Remove unused import

This commit is contained in:
Ciaran Gultnieks 2014-02-25 12:46:22 +00:00
parent 76492ee9da
commit a6c1b33a8c

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import glob, os, sys, re import os, sys, re
import shutil import shutil
import stat import stat
import subprocess import subprocess