mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-27 01:54:06 +00:00
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:
@@ -22,6 +22,7 @@ from PyQt4 import QtGui, QtCore
|
||||
|
||||
import getopt
|
||||
import os.path
|
||||
import re
|
||||
import shutil
|
||||
import signal
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user