[mod] réorganisation des imports

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

View File

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

Binary file not shown.