[library-web] [app] add missing subprocess import



commit 8af806fe041b40ab2f06a7680f6075f377ab337b
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Aug 13 11:12:55 2009 +0200

    [app] add missing subprocess import

 src/app.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/app.py b/src/app.py
index c0682f2..992cbe6 100644
--- a/src/app.py
+++ b/src/app.py
@@ -23,6 +23,7 @@ import os
 from optparse import OptionParser
 import shutil
 import stat
+import subprocess
 import urllib2
 
 try:



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