Skip to content

Commit

Permalink
Fixed code that broke the build.... program does not work anymore but…
Browse files Browse the repository at this point in the history
… need to find another to make it work without pylab. This refs #5765
  • Loading branch information
JeanBilheux committed Aug 16, 2012
1 parent b506c27 commit 836b114
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
# numpy module
import numpy as np

from pylab import *
#from pylab import *

# for command-line arguments
import sys
Expand Down

0 comments on commit 836b114

Please sign in to comment.