6 lines
100 B
Python
6 lines
100 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
from SWSCloudNode.settings import settings
|
||
|
|
||
|
print settings.get('server', '')
|