From 7cce8742529ba2572ccdb361b99aea551687ad61 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 10 Sep 2009 15:08:40 -0400 Subject: Import the regex module --- rpmbuild-remote.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rpmbuild-remote.py') 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 -- cgit