Repository URL to install this package:
|
Version:
4.1.142 ▾
|
#!/usr/bin/env python3
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright (c) 2018 Trilio Data, Inc.
# All Rights Reserved.
#
# The following users are already available:
# admin/password
import os
import tvault_configurator
os.chdir(tvault_configurator.__path__[0])
__file__ = os.path.join(tvault_configurator.__path__[0], 'tvault_config_bottle.py')
exec(compile(open(__file__).read(), __file__, 'exec'))