Skip to content

Commit aa26834

Browse files
author
Glenn Wilkinson
committed
Transform fix
1 parent ecbff2a commit aa26834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transforms/transformCommon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333

3434
filters = []
3535

36-
mtk = metadata.tables['mtk']
37-
users = metadata.tables['users']
3836
sess = metadata.tables['sessions']
3937

4038
#Hack to know if we're local or TDS
4139
#Option One, TDS (this should be made into the new TRX):
4240
if len(sys.argv) < 2:
4341
from Maltego import *
42+
mtk = metadata.tables['mtk']
43+
users = metadata.tables['users']
4444
MaltegoXML_in = sys.stdin.read()
4545
TRX = MaltegoTransform()
4646
print "Content-type: xml\n\n"

0 commit comments

Comments
 (0)