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 # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

View File

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

View File

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

View File

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

View File

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