non-standard - use forces coding declarations

(cherry picked from commit 6e17d88)
This commit is contained in:
a-tal
2016-12-03 18:21:35 -08:00
committed by Ebag333
parent d3b6bc1c93
commit ab9c925c47
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
# coding: utf-8
import wx
from service.fit import Fit

View File

@@ -1,12 +1,14 @@
# -*- coding: utf-8 -*-
from gui.contextMenu import ContextMenu
import gui.mainFrame
# coding: utf-8
import wx
from gui.bitmapLoader import BitmapLoader
from eos.types import Hardpoint
import gui.globalEvents as GE
from service.market import Market
from service.fit import Fit
from service.market import Market
from eos.types import Hardpoint
import gui.mainFrame
import gui.globalEvents as GE
from gui.contextMenu import ContextMenu
from gui.bitmapLoader import BitmapLoader
class ModuleAmmoPicker(ContextMenu):

View File

@@ -1,3 +1,4 @@
# coding: utf-8
# =============================================================================
# Copyright (C) 2010 Diego Duclos
#

View File

@@ -1,3 +1,5 @@
# coding: utf-8
import re
import time