diff --git a/.gitignore b/.gitignore index d9966e2..63fe498 100644 --- a/.gitignore +++ b/.gitignore @@ -53,4 +53,7 @@ coverage.xml docs/_build/ # PyBuilder -target/ \ No newline at end of file +target/ + +# IntelliJ +.idea/ \ No newline at end of file diff --git a/piku.py b/piku.py index e465a99..f8e4c03 100755 --- a/piku.py +++ b/piku.py @@ -11,7 +11,6 @@ except AssertionError: from collections import defaultdict, deque from fcntl import fcntl, F_SETFL, F_GETFL from glob import glob -from grp import getgrgid from json import loads from multiprocessing import cpu_count from os import chmod, getgid, getuid, symlink, unlink, remove, stat, listdir, environ, makedirs, O_NONBLOCK