Removed extra space

This commit is contained in:
Josh Sherman 2013-10-24 13:31:51 -04:00
parent 4ae8542f31
commit d9c3283883

2
tmpufw
View file

@ -25,7 +25,7 @@ from datetime import datetime
from os import getpid, makedirs, path, remove
from parsedatetime import Calendar
from shutil import move
from subprocess import CalledProcessError, check_output, STDOUT
from subprocess import CalledProcessError, check_output, STDOUT
from sys import exit
from time import mktime, time