fix IndentationError: unindent does not match any outer indentation leve

This commit is contained in:
dslackw 2014-07-18 06:27:25 +03:00
parent bf497ee15b
commit a84b29a4f0

View file

@ -161,8 +161,8 @@ def url_read(name):
f = urllib2.urlopen(name)
return f.read()
except urllib2.URLError:
print ("\nslpkg: error: connection refused")
sys.exit()
print ("\nslpkg: error: connection refused")
sys.exit()
def read_readme(SBo_url, name, site):
'''