Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Jordan <bjordan@wireless-19-111.media.mit.edu>2008-09-10 20:20:12 (GMT)
committer Brian Jordan <bjordan@wireless-19-111.media.mit.edu>2008-09-10 20:20:12 (GMT)
commit70a84115dd68e5691261314e152028f158e3a994 (patch)
treea234d06522caf5a5e28666505b19226c9e7aad9d
parent624b7cfd2433913566100f60c3eab2a840524a15 (diff)
Testing remote URL to begin reformatting
-rw-r--r--helpactivity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/helpactivity.py b/helpactivity.py
index 03f6266..c06540a 100644
--- a/helpactivity.py
+++ b/helpactivity.py
@@ -32,7 +32,8 @@ from xpcom.components import interfaces
gobject.threads_init()
-HOME = os.path.join(activity.get_bundle_path(), 'index.html')
+#HOME = os.path.join(activity.get_bundle_path(), 'index.html')
+HOME = "http://dev.laptop.org/~bjordan/manual/XO_Introduction.html"
class HelpActivity(activity.Activity):
def __init__(self, handle):