mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-06 08:51:03 +08:00
13 lines
207 B
Python
13 lines
207 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Onename API
|
|
Copyright 2014 Halfmoon Labs, Inc.
|
|
~~~~~
|
|
"""
|
|
|
|
import json
|
|
import datetime
|
|
import binascii
|
|
from utilitybelt import dev_random_entropy, dev_urandom_entropy
|
|
|