Bring in the uncomment function to root namespace

This commit is contained in:
Lance Edgar 2021-06-15 14:16:29 -05:00
parent 1fd9ad48d6
commit 3287505f88

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2020 Lance Edgar
# Copyright © 2010-2021 Lance Edgar
#
# This file is part of Rattail.
#
@ -39,4 +39,4 @@ from .core import (
set_timezone,
UNSPECIFIED,
)
from .util import exists, contains, append, sed
from .util import exists, contains, append, sed, uncomment