Skip to content

Commit

Permalink
setup and path
Browse files Browse the repository at this point in the history
  • Loading branch information
gleicon committed Jun 15, 2012
1 parent bf92cd3 commit 4d48aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,5 +77,5 @@ def autosetup():
if(sys.argv[-1] in postgenerate_cache_commands):
sys.path.append('src')
subprocess.Popen(
[sys.executable, '-c', 'from restmq import setup_extras; setup_extras.regeneratePluginCache(); print "Regenerating plugin cache..."'],
[sys.executable, '-c', 'import sys; sys.path.append("src");from restmq import setup_extras; setup_extras.regeneratePluginCache(); print "Regenerating plugin cache..."'],
).wait()
Empty file added src/__init__.py
Empty file.

0 comments on commit 4d48aae

Please sign in to comment.