Skip to content

Commit

Permalink
Builder|Fixed: Python import path
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 29, 2013
1 parent fd4f38a commit 47d3434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/autobuild.py
Expand Up @@ -344,7 +344,7 @@ def generate_readme():
def generate_wiki():
"""Automatically generate wiki pages."""
git_pull()
sys.path += '/Users/jaakko/Dropbox/Scripts'
sys.path += ['/Users/jaakko/Dropbox/Scripts']
import dew
dew.login()
# Today's event data.
Expand Down

0 comments on commit 47d3434

Please sign in to comment.