Skip to content
Snippets Groups Projects
Commit 79cfd360 authored by Luke Campagnola's avatar Luke Campagnola
Browse files

Rename Mutex module

parent 5d709251
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import sys, traceback, time, gc, re, types, weakref, inspect, os, cProfile, thre
from . import ptime
from numpy import ndarray
from .Qt import QtCore, QtGui
from .util.Mutex import Mutex
from .util.mutex import Mutex
from .util import cprint
__ftraceDepth = 0
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment