From 49e7ad42ebc79462d6827c8a5316adeeade43fcb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 21 Aug 2012 19:37:51 +0200 Subject: forgot import --- ponysay | 1 + 1 file changed, 1 insertion(+) diff --git a/ponysay b/ponysay index 7eb6dd5..175fa63 100755 --- a/ponysay +++ b/ponysay @@ -16,6 +16,7 @@ License: WTFPL ''' import os +import shutil import sys import random from subprocess import Popen, PIPE -- cgit