[xiph-cvs] cvs commit: positron/positron cmd_del.py

Stan Seibert volsung at xiph.org
Sat May 24 18:44:03 PDT 2003



volsung     03/05/24 21:44:03

  Modified:    positron cmd_del.py
  Log:
  Oops.  I can just use __doc__ directly.

Revision  Changes    Path
1.2       +1 -1      positron/positron/cmd_del.py

Index: cmd_del.py
===================================================================
RCS file: /usr/local/cvsroot/positron/positron/cmd_del.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmd_del.py	22 May 2003 04:42:52 -0000	1.1
+++ cmd_del.py	25 May 2003 01:44:03 -0000	1.2
@@ -91,7 +91,7 @@
     filelist = []
 
     if len(args) == 0:
-        print __module__.__doc__
+        print __doc__
         return
 
     for arg in args:

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list