mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Move build_servers module into bootstrapvz
This commit is contained in:
parent
909e5cee46
commit
3d38ce04ef
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
from bootstrapvz.common.tools import load_data
|
||||
from build_servers import LocalBuildServer
|
||||
from build_servers import RemoteBuildServer
|
||||
from bootstrapvz.remote.build_servers import LocalBuildServer
|
||||
from bootstrapvz.remote.build_servers import RemoteBuildServer
|
||||
|
||||
# Register deserialization handlers for objects
|
||||
# that will pass between server and client
|
||||
|
|
Loading…
Add table
Reference in a new issue