Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
Drop autoloading of JenkinsAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace committed Feb 23, 2017
1 parent 4d7148f commit bc2649b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jenkins_epo/jenkins.py
Expand Up @@ -62,10 +62,6 @@ def __init__(self, instance=None):
self._instance = instance
self.rest = None

def __getattr__(self, name):
self.load()
return getattr(self._instance, name)

@retry
def load(self):
if not self._instance:
Expand Down

0 comments on commit bc2649b

Please sign in to comment.