Skip to content

Commit

Permalink
no need to vendor pymem if we are targeting official repo inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Nov 29, 2023
1 parent 9698b08 commit c35fcb0
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 4,503 deletions.
4 changes: 2 additions & 2 deletions worlds/zork_grand_inquisitor/game_state_manager.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .vendor.pymem import Pymem
from .vendor.pymem.process import close_handle
from pymem import Pymem
from pymem.process import close_handle


class GameStateManager:
Expand Down
1 change: 1 addition & 0 deletions worlds/zork_grand_inquisitor/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pymem>=1.13.0
Empty file.
21 changes: 0 additions & 21 deletions worlds/zork_grand_inquisitor/vendor/pymem/LICENSE

This file was deleted.

Loading

0 comments on commit c35fcb0

Please sign in to comment.