Removed useless import

This commit is contained in:
Luke Rogers 2012-04-02 07:21:47 +12:00
parent 0894908ad5
commit a84bc36096

View file

@ -2,7 +2,6 @@ import os
import re import re
import time import time
import platform import platform
import subprocess
from util import hook from util import hook