Exemplo 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
Exemplo n.º 2
0
 def setUp(self):
     self.thedevops = devops()
     pass
Exemplo 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