Skip to content

Commit

Permalink
Run compile.py after setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bendmorris committed Mar 15, 2012
1 parent 5b8754e commit 3ffa9fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from retriever import MODULE_LIST
print "Compiling retriever scripts..."
MODULE_LIST(force_compile=True)
print "done."
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ def clean_version(v):
},
},
)

import compile

0 comments on commit 3ffa9fc

Please sign in to comment.