From 6d3131cbaea876266334fd63eeca9e497696d043 Mon Sep 17 00:00:00 2001 From: Solo340 Date: Wed, 26 Feb 2020 17:45:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programs/gui/PyPaint.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/programs/gui/PyPaint.py b/programs/gui/PyPaint.py index 9bc1575..370ae18 100644 --- a/programs/gui/PyPaint.py +++ b/programs/gui/PyPaint.py @@ -1,5 +1,7 @@ -from tkinter import * +#!/usr/bin/python3 +# -*- coding: utf-8 -*- +from tkinter import * class Paint(Frame):