Bring in the uncomment
function to root namespace
This commit is contained in:
parent
1fd9ad48d6
commit
3287505f88
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2020 Lance Edgar
|
# Copyright © 2010-2021 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -39,4 +39,4 @@ from .core import (
|
||||||
set_timezone,
|
set_timezone,
|
||||||
UNSPECIFIED,
|
UNSPECIFIED,
|
||||||
)
|
)
|
||||||
from .util import exists, contains, append, sed
|
from .util import exists, contains, append, sed, uncomment
|
||||||
|
|
Loading…
Reference in a new issue