PEP 8 (I'm bored): core/util

This commit is contained in:
enkore 2014-10-14 16:51:58 +02:00
parent b2b34ad81a
commit 9e06145389

View File

@ -364,6 +364,7 @@ def internet():
except OSError:
return False
def make_graph(values, upper_limit=100.0):
"""
Draws a graph made of unicode characters.
@ -442,4 +443,3 @@ def user_open(url_or_command):
else:
import subprocess
subprocess.Popen(url_or_command, shell=True)