licensed code under glorious WTFPL.

This commit is contained in:
Kjistóf 2017-02-10 20:18:22 +01:00
parent 20db3b68f7
commit 1c4a18e671
1 changed files with 6 additions and 0 deletions

View File

@ -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 os import listdir, remove
from os.path import splitext, exists, join