Skip to content

Commit

Permalink
Fix sys.path.insert some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx committed Apr 5, 2016
1 parent 9bf3976 commit 9f1490c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@
import sys
import optparse

sys.path.insert(1, os.path.join( os.path.dirname( __file__ ), os.pardir, os.pardir, os.pardir ) )
sys.path.insert(1, os.path.join( os.path.dirname( __file__ ), os.pardir, os.pardir, os.pardir, 'lib' ) )
sys.path.insert(1, os.path.join( os.path.dirname( __file__ ) ) )

import galaxy.webapps.tool_shed.config as tool_shed_config
Expand Down

0 comments on commit 9f1490c

Please sign in to comment.