remove imports

This commit is contained in:
Andreas Zweili 2016-12-14 07:49:25 +01:00
parent 5a4d9ff69a
commit 22beae53c3
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env python3
import os
import configparser
import subprocess
import interface_functions
import interface_variables
@ -9,8 +7,8 @@ chosen_activity = None
# The main menu starts there
interface_functions.configuration()
os.system('clear')
while chosen_activity != 0:
os.system('clear')
print("What would you like to do?")
# Start the chosen activity and go back to the activity selector.
print("1: List Backups, 2: Show archive details, 3: Mount Archive, "