some random bug fixes

This commit is contained in:
enus.linden
2008-12-05 09:44:45 +00:00
committed by Salad Dais
parent 90333619e5
commit 8e4f1b08ac
3 changed files with 15 additions and 10 deletions

View File

@@ -23,7 +23,6 @@ import uuid
from threading import Thread
import signal
from credentials import PlainPasswordCredential
from agentdomain import AgentDomain, EventQueue
from regiondomain import Region
from agent import Agent
@@ -94,7 +93,6 @@ def login():
agent.firstname = args[0]
agent.lastname = args[1]
agent.password = password
#agent.credentials = PlainPasswordCredential(agent.firstname, agent.lastname, agent.password)
# let's log in an agent to the agentdomain shall we
agent.login(options.loginuri, options.regionuri)