1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-17 12:00:45 +00:00

Added metadata

This commit is contained in:
Ciro Mattia Gonano
2013-01-21 15:09:52 +01:00
parent 89b19f2519
commit ef51425dd6
7 changed files with 25 additions and 4 deletions
+4
View File
@@ -16,6 +16,10 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
from Tkinter import *
import tkFileDialog
import ttk