From b1019324185f563325ed6e1a4f96d039136d3322 Mon Sep 17 00:00:00 2001 From: Anton Kirilenko Date: Tue, 20 Nov 2012 14:59:52 +0400 Subject: [PATCH] small fix --- rpm5utils/synthesis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm5utils/synthesis.py b/rpm5utils/synthesis.py index 4fd7865..f6bb8a5 100644 --- a/rpm5utils/synthesis.py +++ b/rpm5utils/synthesis.py @@ -4,6 +4,7 @@ from urllib2 import urlopen, HTTPError, URLError import subprocess import platform import sys +import os ARCH = platform.machine()