aboutsummaryrefslogtreecommitdiff
path: root/ponystorm.py
diff options
context:
space:
mode:
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())