Rename Mutex module

This commit is contained in:
Luke Campagnola 2014-03-14 18:00:29 -04:00
parent 5d709251d1
commit 79cfd3601e
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import sys, traceback, time, gc, re, types, weakref, inspect, os, cProfile, thre
from . import ptime from . import ptime
from numpy import ndarray from numpy import ndarray
from .Qt import QtCore, QtGui from .Qt import QtCore, QtGui
from .util.Mutex import Mutex from .util.mutex import Mutex
from .util import cprint from .util import cprint
__ftraceDepth = 0 __ftraceDepth = 0