Browse Source

add missing blank line... simple formating..

[git-p4: depot-paths = "//depot/": change = 1410]
main
John-Mark Gurney 15 years ago
parent
commit
3c609c0705
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      audio.py

+ 1
- 0
audio.py View File

@@ -106,6 +106,7 @@ class AudioPlayer(FileDescriptor):

def __repr__(self):
return '<AudioPlayer: fileno: %d, connected: %s, self.disconnecting: %s, _writeDisconnected: %s>' % (self.fileno(), self.connected, self.disconnecting, self._writeDisconnected)

class AudioResource(resource.Resource):
isLeaf = True
mtformat = {


Loading…
Cancel
Save