mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-04 08:54:39 +00:00
fixed ci in python3 (#251)
* fixed ci in python3 * remove python2 compatible code
This commit is contained in:
committed by
Jiaqiang Xu
parent
71fea8c73c
commit
b85d194b4b
@@ -1,12 +1,6 @@
|
||||
#coding: UTF-8
|
||||
|
||||
'''This script would check if there is admin, and prompt the user to create a new one if non exist'''
|
||||
from __future__ import print_function
|
||||
|
||||
from future import standard_library
|
||||
standard_library.install_aliases()
|
||||
from builtins import input
|
||||
from builtins import object
|
||||
import json
|
||||
import sys
|
||||
import os
|
||||
|
Reference in New Issue
Block a user