summaryrefslogtreecommitdiff
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
parentf33e13d5ba0d57ca362acc443565d47d9dde368f (diff)
downloadlogilab-common-a04528d15983a4272cb87295a8016365aedb99c8.tar.gz
forgot to close ChangeLog
-rw-r--r--ChangeLog2
-rw-r--r--shellutils.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 55e3748..c4a252a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
- --
+2006-10-06 -- 0.19.3
* fixed bug in textutils.normalise_[text|paragraph] with unsplitable
word larger than the maximum line size
* added pytest.bat for windows installation
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