Skip to content

Commit

Permalink
Fixed a few issues relating to ShaeLib transition
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger-Tom committed Dec 11, 2023
1 parent b246d2a commit b3823ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _rsruntime/lib/rs_lineparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# RunServer Module
import RS
from RS import Bootstrapper, Config
from RS.ShaeLib.types import Hooks, PerfCounter
from RS.ShaeLib.types import Hooks
from RS.ShaeLib.timing import PerfCounter

#> Header >/
class MCLang:
Expand Down
3 changes: 2 additions & 1 deletion _rsruntime/lib/rs_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# RunServer Module
import RS
from RS import Config, BS
from RS.ShaeLib.types.fbd import INIBackedDict, PerfCounter
from RS.ShaeLib.types.fbd import INIBackedDict
from RS.ShaeLib.timing import PerfCounter

#> Header >/
class PluginManager:
Expand Down

0 comments on commit b3823ad

Please sign in to comment.