~alexlauni/tictactoe/trunk

« back to all changes in this revision

Viewing changes to tictactoe/tptube.py

  • Committer: Alex Launi
  • Date: 2009-09-25 22:45:52 UTC
  • Revision ID: alex.launi@gmail.com-20090925224552-v2g2569t7tobjvos
Make tictactoe resizable and tabs->spaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
                return
99
99
            else:
100
100
                raise
101
 
            
 
101
 
102
102
        self._chan = Channel(self._conn.service_name, path)
103
103
        self._chan[CHANNEL_INTERFACE_TUBE].connect_to_signal(
104
104
            'TubeChannelStateChanged', self._tube_state_changed_cb)