← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/cherrypy into lp:openlp

 

Review: Needs Fixing

Please just make these classes "new style":

488	+ class Public:
500	+ class Files:
509	+ class Stage:

class Public(object):
class Files(object):
class Stage(object):
-- 
https://code.launchpad.net/~trb143/openlp/cherrypy/+merge/158788
Your team OpenLP Core is subscribed to branch lp:openlp.


References