aboutsummaryrefslogtreecommitdiff
path: root/ponystorm.py
diff options
context:
space:
mode:
authorjaseg <s@jaseg.de>2013-09-16 16:37:15 +0200
committerjaseg <s@jaseg.de>2013-09-16 16:37:15 +0200
commit26bf093af79166b502724c2ca4f8fa5924205ec2 (patch)
treee2c983ad00ce390cc00ca14ade87c8e5050b6f1e /ponystorm.py
parentea24fc5026cc85ba363c9a6496789a018498ece4 (diff)
downloadponysay-26bf093af79166b502724c2ca4f8fa5924205ec2.tar.gz
ponysay-26bf093af79166b502724c2ca4f8fa5924205ec2.tar.bz2
ponysay-26bf093af79166b502724c2ca4f8fa5924205ec2.zip
Fixed setup stuff. Python setuptools really is a pain.
Diffstat (limited to 'ponystorm.py')
-rwxr-xr-xponystorm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponystorm.py b/ponystorm.py
index dd93b42..53e13a0 100755
--- a/ponystorm.py
+++ b/ponystorm.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
import random
-import ponysay
+from ponysay import ponysay
for i in range(0, 1000):
pony = random.choice(ponysay.list_ponies_with_quotes())