Skip to content

Commit

Permalink
oh my god
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jul 23, 2016
1 parent fb0744d commit 06ce46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/trial
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ except ImportError:
sys.path[:] = map(os.path.abspath, sys.path)
# end chdir armor

sys.path.insert(0, os.path.join(os.path.abspath(os.getcwd()) 'src'))
sys.path.insert(0, os.path.join(os.path.abspath(os.getcwd()), 'src'))

from twisted.scripts.trial import run
run()

0 comments on commit 06ce46f

Please sign in to comment.