Convert wrapper to V3.2

This commit is contained in:
Némunaire 2012-08-23 03:17:23 +02:00
parent 9939981dae
commit c92160f041

View file

@ -1,10 +1,10 @@
# coding=utf-8 # coding=utf-8
from module_state import ModuleState from xmlparser.node import ModuleState
class Wrapper: class Wrapper:
"""Simulate a hash table """Simulate a hash table
""" """
def __init__(self): def __init__(self):