[0.2.x] ~fix: loadModule -> module ctor

git-svn-id: https://pykd.svn.codeplex.com/svn@80882 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\EreTIk_cp 2012-11-06 15:44:18 +00:00 committed by Mikhail I. Izmestev
parent 7d1aed151a
commit 993431df52

View File

@ -2,7 +2,7 @@ from pykd import *
import sys import sys
nt = loadModule( "nt" ) nt = module( "nt" )
def getServiceAddrWlh(Start, Offset): def getServiceAddrWlh(Start, Offset):
return Start + (Offset / 16) return Start + (Offset / 16)