1
0
Fork 0
mirror of https://github.com/erkin/ponysay.git synced 2025-03-01 06:54:32 +01:00

forgot import

This commit is contained in:
Mattias Andrée 2012-08-21 19:37:51 +02:00
parent c13ce26768
commit 49e7ad42eb

View file

@ -16,6 +16,7 @@ License: WTFPL
'''
import os
import shutil
import sys
import random
from subprocess import Popen, PIPE