~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/consoleservice/__init__.py

  • Committer: mattgiuca
  • Date: 2008-02-14 06:34:09 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:465
Added new app: userservice, which is an ajax service for user management
stuff. Currently tries (badly) to speak to usermgt for accepting the TOS
and creating the user's junk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# Date: 14/1/2008
21
21
 
22
22
import cStringIO
23
 
import httplib
24
23
import md5
25
24
import os
26
 
import pwd
27
25
import random
28
26
import socket
29
27
import sys
30
 
import urllib
31
28
import uuid
32
29
 
33
30
import cjson