From 26bf093af79166b502724c2ca4f8fa5924205ec2 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 16 Sep 2013 16:37:15 +0200 Subject: Fixed setup stuff. Python setuptools really is a pain. --- ponystorm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ponystorm.py') 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()) -- cgit