Skip to content

Commit

Permalink
more python3 fixes: exception and remove badly outdated/broken file r…
Browse files Browse the repository at this point in the history
…ather than trying to fix it (too hard)

git-svn-id: https://xpra.org/svn/Xpra/trunk@622 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 27, 2012
1 parent 5ca6502 commit 1e50339
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 307 deletions.
306 changes: 0 additions & 306 deletions src/parti/addons/ipython_view.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/parti/tray.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def index(self, tag):
for i in range(len(self.trays)):
if self.trays[i] == tag:
return i
raise KeyError, tag
raise KeyError(tag)

def __len__(self):
return len(self.trays)
Expand Down

0 comments on commit 1e50339

Please sign in to comment.