23 lines
925 B
Diff
23 lines
925 B
Diff
diff --git a/gui/tools/batchRun.py b/gui/tools/batchRun.py
|
|
index 14c1e56..8ec19c4 100644
|
|
--- a/gui/tools/batchRun.py
|
|
+++ b/gui/tools/batchRun.py
|
|
@@ -1,5 +1,5 @@
|
|
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
|
|
from __future__ import absolute_import
|
|
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
|
|
|
|
import wx, os, multiprocessing, threading, time, shutil
|
|
|
|
diff --git a/gui/util/toolbarUtil.py b/gui/util/toolbarUtil.py
|
|
index b4934a4..93e1881 100644
|
|
--- a/gui/util/toolbarUtil.py
|
|
+++ b/gui/util/toolbarUtil.py
|
|
@@ -1,6 +1,6 @@
|
|
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
|
|
from __future__ import absolute_import
|
|
from __future__ import division
|
|
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
|
|
|
|
import wx
|
|
from wx.lib import buttons
|