[sysadmin-bin: 81/168] Add a missing import
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin: 81/168] Add a missing import
- Date: Thu, 24 May 2012 19:58:15 +0000 (UTC)
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]