mirror of
https://github.com/Wojtek242/pylg.git
synced 2024-11-23 08:05:25 +01:00
Change file name to conform to snake_case
This commit is contained in:
parent
9582ce9ef2
commit
da5a114bc1
@ -16,7 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
from .loadSettings import PYLG_ENABLE
|
from .load_settings import PYLG_ENABLE
|
||||||
|
|
||||||
if PYLG_ENABLE:
|
if PYLG_ENABLE:
|
||||||
from .pylg import TraceFunction, trace
|
from .pylg import TraceFunction, trace
|
||||||
|
@ -29,7 +29,7 @@ import os
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Load settings.
|
# Load settings.
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
from .loadSettings import *
|
from .load_settings import *
|
||||||
|
|
||||||
|
|
||||||
class ClassNameStack(object):
|
class ClassNameStack(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user