mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06:00
cleanup
This commit is contained in:
parent
49b26c4103
commit
6586760947
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import requests
|
import requests
|
||||||
from pandac.PandaModules import *
|
from panda3d.core import *
|
||||||
|
|
||||||
|
|
||||||
username = os.environ['ttsUsername']
|
username = os.environ['ttsUsername']
|
||||||
|
|
|
@ -15,7 +15,7 @@ from panda3d.core import *
|
||||||
|
|
||||||
import hashlib, hmac, json
|
import hashlib, hmac, json
|
||||||
import anydbm, math, os
|
import anydbm, math, os
|
||||||
import urllib2, time, urllib, base64
|
import urllib2, time, urllib
|
||||||
|
|
||||||
def rejectConfig(issue, securityIssue=True, retarded=True):
|
def rejectConfig(issue, securityIssue=True, retarded=True):
|
||||||
print
|
print
|
||||||
|
@ -140,7 +140,7 @@ class AccountDB:
|
||||||
|
|
||||||
self.dbm = anydbm.open(filename, 'c')
|
self.dbm = anydbm.open(filename, 'c')
|
||||||
|
|
||||||
def addNameRequest(self, avId, name):
|
def addNameRequest(self, avId, name, accountID = None):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def getNameStatus(self, avId, callback = None):
|
def getNameStatus(self, avId, callback = None):
|
||||||
|
|
Loading…
Reference in a new issue