summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-10 15:08:40 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-10 15:08:40 -0400
commit7cce8742529ba2572ccdb361b99aea551687ad61 (patch)
treefa8637c1ea89ea3ca1c9ced3ad79e335c3b99f44
parent68df5269be676b9142350e060dd9616a1856ec72 (diff)
downloadrpmbuild-remote-7cce8742529ba2572ccdb361b99aea551687ad61.tar.gz
rpmbuild-remote-7cce8742529ba2572ccdb361b99aea551687ad61.tar.xz
rpmbuild-remote-7cce8742529ba2572ccdb361b99aea551687ad61.zip
Import the regex module
-rwxr-xr-xrpmbuild-remote.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 9e8e280..391feb0 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -5,6 +5,7 @@ import ConfigParser
import logging
import paramiko
import optparse
+import re
import sys
import os