tahoe-lafs/src/allmydata/util/namespace.py
Itamar Turner-Trauring 83b9bbf743 Switch definitely to _python3.py for listing modules, but also note if a module
has been ported in its docstring.
2020-07-03 13:28:36 -04:00

7 lines
84 B
Python

"""
This module has been ported to Python 3.
"""
class Namespace(object):
pass