1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Further testing

This commit is contained in:
Ross Wilson
2016-03-04 16:40:17 +07:00
parent f6ddcf0772
commit f9cfa17e60
4 changed files with 32 additions and 16 deletions

View File

@@ -10,6 +10,10 @@ import struct
from Globals import *
import Trace
import log
log = log.Log('test.log', log.Log.DEBUG)
class Memory(object):