Skip to content

Commit

Permalink
Remove the 'names' module
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed May 8, 2023
1 parent b605dec commit 66e1d46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion local/configs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A framework for implementing Python services.
entry: {{entry}}

requirements:
- vcorelib>=1.6.0
- vcorelib>=1.6.2
- websockets
- "windows-curses; sys_platform == 'win32'"

Expand Down
20 changes: 0 additions & 20 deletions runtimepy/names.py

This file was deleted.

4 changes: 3 additions & 1 deletion runtimepy/net/arbiter/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
from typing import Dict as _Dict
from typing import List as _List

# third-party
from vcorelib.names import obj_class_to_snake

# internal
from runtimepy.names import obj_class_to_snake
from runtimepy.net.arbiter.base import (
BaseConnectionArbiter as _BaseConnectionArbiter,
)
Expand Down
2 changes: 1 addition & 1 deletion runtimepy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vcorelib>=1.6.0
vcorelib>=1.6.2
websockets
windows-curses; sys_platform == 'win32'

0 comments on commit 66e1d46

Please sign in to comment.