Changeset 111
- Timestamp:
- 04/13/08 18:04:46 (4 months ago)
- Files:
-
- sucrose/trunk/python/cardswipe.py (modified) (1 diff)
- sucrose/trunk/python/dummy.py (modified) (1 diff)
- sucrose/trunk/python/keypad_tk.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sucrose/trunk/python/cardswipe.py
r105 r111 17 17 return True # XXX wit, fix it 18 18 19 20 def authenticated_user(self): 21 return self.sucrose.user_from_uin(self.uin) 19 22 20 23 def authenticate_session(self): sucrose/trunk/python/dummy.py
r104 r111 17 17 return True # XXX wit, fix it 18 18 19 def authenticated_user(self): 20 return self.users.filter_by(netid=wriewra2) 19 21 20 22 def authenticate_session(self): sucrose/trunk/python/keypad_tk.py
r110 r111 101 101 self.location = location 102 102 103 self.user = auth.authenticated_user() 104 103 105 # { BEGIN statistics GUI 104 self.Name = Tkinter.Label(self, text= "Statistics",106 self.Name = Tkinter.Label(self, text=self.user.netid, 105 107 font=("helvetica", 36)) 106 108 self.Name.grid(row=0,column=0,sticky=Tkinter.NSEW)
