[Commits] (heikki) Need to import hardhatutil.

commits at osafoundation.org commits at osafoundation.org
Thu Sep 9 22:44:22 PDT 2004


Commit by: heikki
Modified files:
hardhat/distIndex.py 1.4 1.5

Log message:
Need to import hardhatutil.

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/distIndex.py.diff?r1=text&tr1=1.4&r2=text&tr2=1.5

Index: hardhat/distIndex.py
diff -u hardhat/distIndex.py:1.4 hardhat/distIndex.py:1.5
--- hardhat/distIndex.py:1.4	Wed Sep  8 19:30:49 2004
+++ hardhat/distIndex.py	Thu Sep  9 22:44:21 2004
@@ -14,7 +14,7 @@
 True = 1
 False = 0
 
-import os, sys, shutil, re, time, string
+import os, sys, shutil, re, time, string, hardhatutil
 from optparse import OptionParser
 
 path = os.environ.get('PATH', os.environ.get('path'))



More information about the Commits mailing list