Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-02-23 12:32:06 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-02-23 12:32:06 (GMT)
commit29002b84f6e08300f2146a4e1834d0d8bd921f02 (patch)
tree8474079de152640c8c42532cae3db0423baed4cc
parent6861f89b8fdc12dd0536689c8183f295b29749db (diff)
Pylint fix
-rw-r--r--webactivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/webactivity.py b/webactivity.py
index 16dee47..609d3b6 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -48,8 +48,8 @@ _profile_path = os.path.join(activity.get_activity_root(), 'data/gecko')
_version_file = os.path.join(_profile_path, 'version')
_plugin_path = os.path.join(os.environ['SUGAR_BUNDLE_PATH'], 'plugins')
-_mozplugger_conf_path = os.path.join(os.environ['SUGAR_BUNDLE_PATH'], 'plugins', \
- 'conf')
+_mozplugger_conf_path = os.path.join(os.environ['SUGAR_BUNDLE_PATH'],
+ 'plugins', 'conf')
# Setup some env variables for the embedded PDF viewer
os.environ['MOZ_PLUGIN_PATH'] = _plugin_path