1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Fixes for packaged app on OSX.

This commit is contained in:
Jonathan Harris 2015-09-12 04:24:36 +01:00
parent c3f8aaa8f4
commit 94841549aa
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#
import cPickle
import os
from os.path import dirname, join, normpath
import sys
from sys import platform

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import os
from os.path import dirname, join, normpath
import sys
from sys import platform