[mod] réorganisation des imports

This commit is contained in:
Jérome Launay 2015-12-23 21:58:11 +01:00
parent b5ea9c20fb
commit d277a05deb
2 changed files with 5 additions and 4 deletions

View File

@ -4,15 +4,16 @@
Application de gestion de cave à cigares
WTFPL @ Jérôme LAUNAY
"""
import os
import sys
import configparser
import locale
import ntpath
import os
import sqlite3
import configparser
import sys
import gi
gi.require_version('Gtk', '3.0')
try:
from gi.repository import Gtk as gtk, GdkPixbuf

Binary file not shown.