16 lines
238 B
Python
16 lines
238 B
Python
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
# licence GPL 2
|
|
# copyright easyw
|
|
|
|
## todo:
|
|
# fix extra directory creation
|
|
# add force override as option check
|
|
# add OK-Cancel buttons
|
|
# add popen to elevate process
|
|
|
|
|
|
print "Work In Progress"
|