Remove unused "import string" from fileops.py
This commit is contained in:
parent
c276220a35
commit
e31640a89d
|
@ -3,7 +3,6 @@ from tkinter import filedialog
|
||||||
from os import getcwd, listdir, path
|
from os import getcwd, listdir, path
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
import string
|
|
||||||
|
|
||||||
#==================================================================#
|
#==================================================================#
|
||||||
# Generic Method for prompting for file path
|
# Generic Method for prompting for file path
|
||||||
|
|
Loading…
Reference in New Issue