fix exceptions inheritance
authorkworr <c.kworr@gmail.com>
Tue, 1 Oct 2013 13:37:49 +0000 (16:37 +0300)
committerkworr <c.kworr@gmail.com>
Tue, 1 Oct 2013 13:37:49 +0000 (16:37 +0300)
commitffefdf18b3c2a8392218c36b1d2269bfbe67415b
tree87d5da63eaf30dd399ddfd6d7348e1e7f8d2b4a0
parent0df022e2c80cfa673309d98f2d70702f57dd8202
fix exceptions inheritance

Traceback (most recent call last):
  File "./jenkins.py", line 12, in <module>
    print(jenkins[jobName].get_scm_type())
  File "build/bdist.freebsd-9.2-STABLE-amd64/egg/jenkinsapi/job.py", line 324, in get_scm_type
NameError: global name 'exceptions' is not defined
jenkinsapi/job.py