Import cleanup

This commit is contained in:
itdominator 2022-02-20 00:35:29 -06:00
parent a58fdda5d3
commit 3ccd9815ef
5 changed files with 5 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.idea/
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@ -1,5 +1,5 @@
# Python imports
import threading, subprocess, time, json
import threading, json
from os import path
# Lib imports

View File

@ -3,9 +3,6 @@ import os, subprocess, hashlib
from os.path import isfile
# Gtk imports
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
# Application imports
from .xdg.DesktopEntry import DesktopEntry

View File

@ -1,5 +1,5 @@
# Python imports
import os, shutil, subprocess, threading
import os, shutil
# Lib imports

View File

@ -1,5 +1,5 @@
# Python imports
import os, hashlib, re
import hashlib, re
from os import listdir
from os.path import isdir, isfile, join