mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-05 10:39:54 +00:00
83b9bbf743
has been ported in its docstring.
7 lines
84 B
Python
7 lines
84 B
Python
"""
|
|
This module has been ported to Python 3.
|
|
"""
|
|
|
|
class Namespace(object):
|
|
pass
|