iminurnamez / pyroller

pygame casino
65 stars 29 forks source link

Fixed circular import. Py3 compatible. #2

Closed Mekire closed 9 years ago

Mekire commented 9 years ago

tools.py no longer imports prepare.py. tools.Control is now initialized with three arguments:
def __init__(self, caption, render_size, resolutions):

-Mek