Skip to content

Commit ca0a027

Browse files
Update pyappdevkit.py
1 parent a853db0 commit ca0a027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibFunc/pyappdevkit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
66
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
77

8-
import os, time, platform
8+
import time
99

1010
def error_msg(error_dialog):
1111
print(error_dialog)
@@ -77,4 +77,4 @@ def program_welcome_msg(welcome_msg,cfg,cfg_,appname,libname,websitelink):
7777
elif cfg_ == "app":
7878
program_info("Program Name: ",appname,"","","","","","","","","","","","","","","","","","")
7979
else:
80-
error_msg("Invalid definition!")
80+
error_msg("Invalid definition!")

0 commit comments

Comments
 (0)