[sysadmin-bin: 81/168] Add a missing import



commit ea91ad16ae97d2856c7e58aff79c88df59e51398
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Thu Apr 16 13:15:29 2009 -0400

    Add a missing import
    
    'import os' was missing from extract-doap-shortdesc

 extract-doap-shortdesc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/extract-doap-shortdesc b/extract-doap-shortdesc
index fa9c77b..23bcaae 100755
--- a/extract-doap-shortdesc
+++ b/extract-doap-shortdesc
@@ -1,5 +1,6 @@
 #!/usr/bin/python
 
+import os
 import sys
 
 script_path = os.path.realpath(os.path.abspath(sys.argv[0]))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]