File Manager

Path: /opt/alt/python27/lib64/python2.7/site-packages/guppy/heapy/

Viewing File: Target.py

import os, sys
class Target:
    def __init__(self):
	self.wd = os.getcwd()
	self.pid = os.getpid()
	self.sys = sys