BUG: More Python3 fixes by Christoph Gohlke.

This commit is contained in:
Stefan van der Walt
2011-03-14 17:06:22 +02:00
parent 4760fc3dd4
commit 082ff69549
6 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import numpy as np
import _colormixer
import _histograms
from . import _colormixer
from . import _histograms
import threading
# utilities to make life easier for plugin writers.