small fix

This commit is contained in:
Anton Kirilenko 2012-11-20 14:59:52 +04:00
parent be12c9cebe
commit b101932418

View file

@ -4,6 +4,7 @@ from urllib2 import urlopen, HTTPError, URLError
import subprocess import subprocess
import platform import platform
import sys import sys
import os
ARCH = platform.machine() ARCH = platform.machine()