/[circus]/circus/modules/CircusKeybindings/keybindings.py
ViewVC logotype

Diff of /circus/modules/CircusKeybindings/keybindings.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tvon, Sat Nov 16 03:32:34 2002 UTC revision 1.4 by tvon, Sat Nov 16 03:55:29 2002 UTC
# Line 1  Line 1 
1  #!/usr/bin/env python  #!/usr/bin/env python
2  """  #
3  This file is part of Circus  # This file is part of Circus
4    #
5  This software is distributed in the hope that it will be useful,  # This software is distributed in the hope that it will be useful,
6  but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
7  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8  GNU General Public License for more details.  # GNU General Public License for more details.
9    #
10  You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
11  along with the program; if not, write to the Free Software  # along with the program; if not, write to the Free Software
12  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13  """  #
14    # $Id$
15    
16  __author__ = "Tom von Schwerdtner <tvon@etria.org>"  __author__ = "Tom von Schwerdtner <tvon@etria.org>"
17  __date__ = "Thurs Nov 14 2002"  __date__ = "Thurs Nov 14 2002"
18  __version__ = "$Revision$"  __version__ = "$Revision$"
 # $Source$  
19    
20  from Xlib import X  from Xlib import X
21  from Xlib.protocol import event  from Xlib.protocol import event

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26