feat: bump replication version

feat: hack to use replication without installation
This commit is contained in:
Swann
2019-08-27 00:09:52 +02:00
parent 591a1e88ba
commit 8f3098c061
7 changed files with 8 additions and 8 deletions

2
ui.py
View File

@ -1,6 +1,6 @@
import bpy
from . import operators
from .libs.replication.constants import FETCHED, ERROR
from .libs.replication.replication.constants import FETCHED, ERROR
from .bl_types.bl_user import BlUser