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

Last change on this file was fec97256, checked in by Alexandre Detiste <alexandre.detiste@…>, at 2025-01-06T21:51:37Z

trim Python2 syntax

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