Rename humbug_*_config.py to zulip_*_config.py.
(imported from commit a1d4dd22c59f812f0eb4875dc70c89ce96a4b90c)
This commit is contained in:
parent
402701dc8e
commit
4611b40b12
8 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@ import os.path
|
|||
import pysvn
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
import humbug_svn_config as config
|
||||
import zulip_svn_config as config
|
||||
|
||||
if config.HUMBUG_API_PATH is not None:
|
||||
sys.path.append(config.HUMBUG_API_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue