[library-web] [app] add missing subprocess import
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [library-web] [app] add missing subprocess import
- Date: Thu, 13 Aug 2009 12:59:26 +0000 (UTC)
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]