Changeset 1498
- Timestamp:
- 01/10/08 16:08:06 (8 months ago)
- Files:
-
- phoneyc/trunk/honeyclient.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phoneyc/trunk/honeyclient.py
r1492 r1498 573 573 if v not in self.vbs_script_srcs: self.vbs_script_srcs.append(v) 574 574 # force a newline before the next script body 575 self.js_body.append(' \n')575 self.js_body.append(';\n') 576 576 self.vbs_body.append('\n') 577 577 # when in a script body, set literal to be True. this is because
