* Moving the fancy "Parameters" parameter lookup class to its own module.
From now on, use it as wpylib.params.flat class.
This commit is contained in:
10
params/__init__.py
Normal file
10
params/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# $Id: __init__.py,v 1.1 2010-09-30 16:16:38 wirawan Exp $
|
||||
#
|
||||
# wpylib.params module
|
||||
# Created: 20100930
|
||||
# Wirawan Purwanto
|
||||
|
||||
"""Parameter-related stuff."""
|
||||
|
||||
from wpylib.params.params_flat import Parameters as flat
|
||||
|
||||
Reference in New Issue
Block a user