From 039c18a9ab6259a13285a22d84390bba2c35642e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Tue, 8 Feb 2011 00:37:29 -0600 Subject: Removed extra import commands: * commands and home were loaded on repm.config * realpath is not used --- pato2.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pato2.py b/pato2.py index dd32403..236f2ea 100644 --- a/pato2.py +++ b/pato2.py @@ -26,10 +26,9 @@ """ from repm.config import * -import tarfile, commands +import tarfile from glob import glob -from user import home -from os.path import isdir, isfile, realpath +from os.path import isdir, isfile def printf(text,output_=output): """Guarda el texto en la variable log y puede imprimir en pantalla.""" -- cgit v1.1-4-g5e80