Stopped clearing conf/

This commit is contained in:
Jeremy Fincher 2003-04-01 10:06:42 +00:00
parent 798bac6d3c
commit 4123a9d934
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ def removeFiles(arg, dirname, names):
if __name__ == '__main__':
for name in os.listdir('logs'):
os.remove(os.path.join('logs', name))
for name in os.listdir('conf'):
os.remove(os.path.join('conf', name))
os.path.walk(os.curdir, removeFiles, None)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: