Get rid of using global variables
authorEd Bartosh <eduard.bartosh@intel.com>
Tue, 5 Mar 2013 11:23:40 +0000 (13:23 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Fri, 8 Mar 2013 13:43:01 +0000 (15:43 +0200)
commit4483346d0b4345e0e20cf861c34baa031aded2ad
tree7bcd7a94787ea906c906f4235ffd13b0071ce94e
parent4100926a815b70cb39a8f6674d51989a9f6ebdec
Get rid of using global variables

Pushing variables from different contexts into global namespace is bad
practice. It leads to the code, which hard to maintain and debug.

Change-Id: I7f867b60e6f2c38fad9dafcf1654e6ce71e03392
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
job_pre_release.py