##// END OF EJS Templates
treat .pyo as junk in %upgrade
vivainio -
Show More
@@ -36,7 +36,7 b' def upgrade_dir(srcdir, tgtdir):'
36 36
37 37 def pr(s):
38 38 print s
39 junk = ['.svn','ipythonrc*','*.pyc', '*~', '.hg']
39 junk = ['.svn','ipythonrc*','*.pyc', '*.pyo', '*~', '.hg']
40 40
41 41 def ignorable(p):
42 42 for pat in junk:
General Comments 0
You need to be logged in to leave comments. Login now