summaryrefslogtreecommitdiff
path: root/shellutils.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-10-08 13:18:36 +0200
committerSylvain <syt@logilab.fr>2006-10-08 13:18:36 +0200
commita04528d15983a4272cb87295a8016365aedb99c8 (patch)
tree76746e71858360855fee7338fedd08bd8aaf268b /shellutils.py
parentf33e13d5ba0d57ca362acc443565d47d9dde368f (diff)
downloadlogilab-common-a04528d15983a4272cb87295a8016365aedb99c8.tar.gz
forgot to close ChangeLog
Diffstat (limited to 'shellutils.py')
-rw-r--r--shellutils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/shellutils.py b/shellutils.py
index 0fff117..18bd75d 100644
--- a/shellutils.py
+++ b/shellutils.py
@@ -18,8 +18,6 @@ Some shell utilities, usefull to write some python scripts instead of shell
scripts
"""
-__revision__ = '$Id: shellutils.py,v 1.6 2005-10-21 13:23:26 syt Exp $'
-
import os
import glob
import shutil