File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed
Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
13from game .player import Player
24
35
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
13__author__ = 'Rico'
24
35
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
13import random
24import string
35
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
13from userstate import UserState
24
35
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
13from unittest import TestCase
24
35from database .db_wrapper import DBwrapper
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
13class UserState (object ):
24 IDLE = 0
35 COMMENTING = 1
You can’t perform that action at this time.
0 commit comments