Skip to content

Commit f421eec

Browse files
committed
250427.2
1 parent 1fc6de1 commit f421eec

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .ec_timestamp import *
1010
from .ec_value import *
1111

12-
__version__ = "250427.1"
12+
__version__ = "250427.2"

easycoder/ec_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ def r_unlock(self, command):
16031603

16041604
def k_use(self, command):
16051605
if self.nextIs('graphics'):
1606-
from .ec_pyside6 import Graphics
1606+
from .ec_pyside import Graphics
16071607
self.program.classes.append(Graphics)
16081608
self.program.processClasses()
16091609
return True
File renamed without changes.

0 commit comments

Comments
 (0)