Esempio n. 1
0
#!/usr/bin/python
"""
Observe the devops magic.

This library instantiates the devops class!
"""

from devops.devops import devops

themagic = devops()
print themagic
Esempio n. 2
0
 def setUp(self):
     self.thedevops = devops()
     pass
Esempio n. 3
0
#!/usr/bin/python

"""
Observe the devops magic.

This library instantiates the devops class!
"""

from devops.devops import devops

themagic = devops()
print themagic