Skip to content

Commit 0a3010b

Browse files
author
Bruno da Silva de Oliveira
committed
no message
[SVN r19761]
1 parent 2b380d0 commit 0a3010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyste/src/Pyste/pyste.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def UsePsyco():
362362

363363
def main():
364364
start = time.clock()
365-
#UsePsyco()
365+
UsePsyco()
366366
status = Begin()
367367
print '%0.2f seconds' % (time.clock()-start)
368368
sys.exit(status)

0 commit comments

Comments
 (0)