Fix a missing import.

master
daid303 2012-11-06 14:46:26 +01:00
parent 9e5fe59904
commit 99fdeb3c12
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from __future__ import absolute_import
import __init__
import wx, sys, os, shutil, math, threading, subprocess, time, re
import wx, sys, os, shutil, math, threading, subprocess, time, re, platform
from gui import taskbar
from gui import preferencesDialog