Add a missing re import

This is used by the code checking whether to ignore a to-be-loaded
directory.
This commit is contained in:
Wieland Hoffmann
2014-02-03 15:52:21 +01:00
parent f977f3ada7
commit 2f907bf549

View File

@@ -22,6 +22,7 @@ from PyQt4 import QtGui, QtCore
import getopt
import os.path
import re
import shutil
import signal
import sys