Advertisement
Guest User

Untitled

a guest
Aug 17th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. id = 0
  2. names = {'foo':12345, 'bar':34, 'cat':4, ...}
  3. hosts = {'127.0.0.1':34, '192.168.0.1':11, ...}
  4. color_name = ('gold', 'default')
  5. color_text = ('default', 'default')
  6. group = ['self', 'nolog', ...]
  7. links = [1, 2, 5, ...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement