[xiph-cvs] r6482 - trunk/positron/positron

volsung at xiph.org volsung at xiph.org
Wed Mar 31 16:51:39 PST 2004



Author: volsung
Date: 2004-03-31 19:51:39 -0500 (Wed, 31 Mar 2004)
New Revision: 6482

Modified:
   trunk/positron/positron/cmd_pack.py
Log:
Stupid missing import bug.  Thanks to Carsten Haese for making sure I finally
fixed it.

<p>Modified: trunk/positron/positron/cmd_pack.py
===================================================================
--- trunk/positron/positron/cmd_pack.py	2004-03-31 04:19:09 UTC (rev 6481)
+++ trunk/positron/positron/cmd_pack.py	2004-04-01 00:51:39 UTC (rev 6482)
@@ -29,7 +29,7 @@
 from neuros import Neuros
 import neuros as neuros_module
 import util
-
+from os import path
     
 def run(config, neuros, args):
     if len(args) == 0:

--- >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