# urg, again?
from flower import *
files = files + multiple_find (pats, dirnames)
-
+ dirs = multiple_find (['out'], dirnames)
+ for d in dirs:
+ files = files + multiple_find (['*'], [d])
for f in files:
os.remove (f)
# ugh, how to get rid of .tex files generated by lily?
-pats = ['.dstreamrc', 'configure', '*.diff', '*.diff.gz', '*.lsm', '*.pyc', '*.spec', '*.txt']
+pats = ['configure', '*.diff', '*.diff.gz', '*.pyc', '*.txt']
header = 'Generated by %s using %s,\
\nFrom = %s, To = %s\n\
from packagepython import *
remove_automatic ([fromdir, todir])
-
+
# ugh
remove_configure (fromdir)
remove_configure (todir)