projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1005d
)
Whitespace
author
Stefano Rivera
<stefano@rivera.za.net>
Sat, 17 May 2014 15:17:03 +0000
(17:17 +0200)
committer
Stefano Rivera
<stefano@rivera.za.net>
Sat, 17 May 2014 15:17:03 +0000
(17:17 +0200)
naja/player.py
patch
|
blob
|
history
diff --git
a/naja/player.py
b/naja/player.py
index d4ff73211a54db98354f18c55c02fa5557e9a918..fc95a8fa55f66990d2116782d2e836c3af1429cf 100644
(file)
--- a/
naja/player.py
+++ b/
naja/player.py
@@
-57,6
+57,7
@@
class PlayerBits(object):
wrap = self.bits << (8 - shift) & 0xff
self.bits = (self.bits >> shift | wrap)
+
class Player(object):
"""
A representation of the player.