Skip to content

Commit

Permalink
pip hack [5]
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto@sirius committed May 1, 2010
1 parent 0d5857a commit 0205067
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -18,7 +18,10 @@ def run(self):
class uWSGIInstall(install):

def run(self):
print self.record
if self.record:
record_file = open(self.record,'w')
sys.stdout = record_file
sys.stderr = record_file
uc.parse_vars()
uc.build_uwsgi(sys.prefix + '/bin/' + uc.UWSGI_BIN_NAME)

Expand Down

0 comments on commit 0205067

Please sign in to comment.