Updating to v0.43 - minor fixes

This commit is contained in:
nativy
2014-06-23 22:26:52 +03:00
parent 73e8758cdc
commit 161dcef498
6 changed files with 203 additions and 809 deletions

View File

@@ -15,7 +15,17 @@
#You should have received a copy of the GNU General Public License
#along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
import csv
import os
from optparse import OptionParser
from imports.updatehandler import Updater
from imports import muchmuchstrings
from imports.eula_handler import EULA
from imports.globals import vars
from imports.terminal_handler import Controller
__version__ = "0.5.0 Citadel"
__codename__ = "Citadel"
@@ -25,16 +35,6 @@ __licensev__ = "GPL v3.0"
__maintainer = "Yuval Nativ"
__status__ = "Beta"
import sys
import getopt
import csv
import os
from optparse import OptionParser
from imports.updatehandler import Updater
from imports.eula_handler import EULA
from imports.globals import vars
from imports.terminal_handler import Controller
def main():