1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-13 13:51:53 +00:00

fixed ci in python3 (#251)

* fixed ci in python3

* remove python2 compatible code
This commit is contained in:
Xiangyue Cai
2019-07-16 12:00:45 +08:00
committed by Jiaqiang Xu
parent 71fea8c73c
commit b85d194b4b
10 changed files with 4 additions and 45 deletions

View File

@@ -154,7 +154,7 @@ class SeafileServer(Project):
def fetch_and_build():
libsearpc = Project('libsearpc')
libsearpc = Libsearpc()
ccnet = CcnetServer()
seafile = SeafileServer()