source: trunk/src/allmydata/util/namespace.py

Last change on this file was 83b9bbf7, checked in by Itamar Turner-Trauring <itamar@…>, at 2020-07-03T17:28:36Z

Switch definitely to _python3.py for listing modules, but also note if a module
has been ported in its docstring.

  • Property mode set to 100644
File size: 84 bytes
Line 
1"""
2This module has been ported to Python 3.
3"""
4
5class Namespace(object):
6    pass
Note: See TracBrowser for help on using the repository browser.