mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-10 12:24:05 +08:00
16 lines
350 B
Python
Executable File
16 lines
350 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
#-----------------------
|
|
# Copyright 2014 Halfmoon Labs, Inc.
|
|
# All Rights Reserved
|
|
#-----------------------
|
|
|
|
from blockdata.namecoind_cluster import get_server
|
|
from common import log
|
|
|
|
#-----------------------------------
|
|
if __name__ == '__main__':
|
|
|
|
key = 'u/stevenmichaels'
|
|
|
|
log.debug(get_server(key)) |