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

This library instantiates the devops class!
"""

from devops.devops import devops

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

"""
Observe the devops magic.

This library instantiates the devops class!
"""

from devops.devops import devops

themagic = devops()
print themagic