diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-09-07 08:42:37 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-09-07 08:42:37 +0200 |
commit | cfc113a705858bf03c33de8e2c41e8e6c29db97f (patch) | |
tree | e28454f6e59cd288c4702cab0882235368309707 /cli.py | |
parent | 98c9b97e477e58b5157d88583cbb7abab5123475 (diff) | |
download | logilab-common-cfc113a705858bf03c33de8e2c41e8e6c29db97f.tar.gz |
cleanups
Diffstat (limited to 'cli.py')
-rw-r--r-- | cli.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -40,11 +40,8 @@ Example:: print 'fuuuuuuuuuuuu rhhhhhrhrhrrh' cl = BookShell() - - - - """ + __docformat__ = "restructuredtext en" import __builtin__ |