Browse Source

Rename lib/env to lib/env_base

patch-1
Neil Booth 8 years ago
parent
commit
3e376a79eb
  1. 0
      lib/env_base.py
  2. 2
      server/env.py
  3. 2
      wallet/env.py

0
lib/env.py → lib/env_base.py

2
server/env.py

@ -13,7 +13,7 @@ from collections import namedtuple
from ipaddress import ip_address
from lib.coins import Coin
from lib.env import EnvBase
from lib.env_base import EnvBase
import lib.util as lib_util

2
wallet/env.py

@ -8,7 +8,7 @@
'''Class for handling environment configuration and defaults.'''
from lib.env import EnvBase
from lib.env_base import EnvBase
class Env(EnvBase):

Loading…
Cancel
Save