Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Removed some useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
slimit75 committed Sep 5, 2019
1 parent ddc35ca commit f16aeca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
# ----------------------------------------- #

# Import libarys
import tkinter as tk # Runs displays
from tkinter import ttk # Adds seperator in some windows
from tkinter import messagebox # Drives OS error, warning, or info message
import json # Manages json conversions
import time # Manages total flight time calculation
import urllib.request as urllib # Manages update checking
import os # Removes files
import tkinter as tk
from tkinter import ttk
from tkinter import messagebox
import json
import time
import urllib.request as urllib
import os

# Import local files
import config
Expand Down

0 comments on commit f16aeca

Please sign in to comment.