Skip to content

Commit

Permalink
Actually import random
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McGuire committed Feb 17, 2014
1 parent 898447f commit 239c2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flask_socketio/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def remove_socket(self, socket):

class TestSocket(object):
def __init__(self, server):
import random
self.server = server
self.sessid = str(random.random())[2:]
self.namespace = {}
Expand Down

0 comments on commit 239c2b7

Please sign in to comment.