import xmlrpclib
import subprocess
-import config
+from config import *
try:
subprocess.call(['stty', '-echo'])
text = render.render_template('templates/users.tmpl')
page['description'] = text
-x.wp.editPage(BLOG_ID, PAGE_ID, USER, passwd, page, True)
+x.wp.editPage(BLOG_ID, PARTICIPANTS_PAGE_ID, USER, passwd, page, True)