Skip to content

Commit be2f84e

Browse files
committed
pncconf -fix used an un-used imports
Thanks Greg for doing the checks that found these!
1 parent ea3723a commit be2f84e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/emc/usr_intf/pncconf/data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
# along with this program; if not, write to the Free Software
2020
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2121
import os
22-
import sys
23-
import errno
2422
import hashlib
2523
import xml.dom.minidom
26-
24+
import textwrap
2725
import subprocess
2826

2927
def md5sum(filename):

src/emc/usr_intf/pncconf/pncconf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
import shutil
4242
import math
4343
from optparse import Option, OptionParser
44-
import textwrap
4544
import locale
4645
import copy
4746
import fnmatch

0 commit comments

Comments
 (0)