licensed code under glorious WTFPL.
This commit is contained in:
parent
20db3b68f7
commit
1c4a18e671
@ -1,3 +1,9 @@
|
|||||||
|
# Copyright © 2017 Kristof Toth <mrtoth@strongds.hu>
|
||||||
|
# This program is free software. It comes without any warranty, to the extent
|
||||||
|
# permitted by applicable law. You can redistribute it and/or modify it under the
|
||||||
|
# terms of the Do What The Fuck You Want To Public License, Version 2,
|
||||||
|
# as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
|
||||||
|
|
||||||
from subprocess import call, Popen, PIPE, check_output, DEVNULL, CalledProcessError
|
from subprocess import call, Popen, PIPE, check_output, DEVNULL, CalledProcessError
|
||||||
from os import listdir, remove
|
from os import listdir, remove
|
||||||
from os.path import splitext, exists, join
|
from os.path import splitext, exists, join
|
||||||
|
Loading…
Reference in New Issue
Block a user