示例#1
0
文件: run.py 项目: dirkakrid/devops
#!/usr/bin/python
"""
Observe the devops magic.

This library instantiates the devops class!
"""

from devops.devops import devops

themagic = devops()
print themagic
示例#2
0
 def setUp(self):
     self.thedevops = devops()
     pass
示例#3
0
文件: run.py 项目: TuxInvader/devops
#!/usr/bin/python

"""
Observe the devops magic.

This library instantiates the devops class!
"""

from devops.devops import devops

themagic = devops()
print themagic