Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created March 13, 2012 23:00
Show Gist options
  • Select an option

  • Save AeroNotix/2032439 to your computer and use it in GitHub Desktop.

Select an option

Save AeroNotix/2032439 to your computer and use it in GitHub Desktop.
def cmd_swap_groups(self, group=None):
for item in range(len(self.windows)):
try:
self.windows.pop().togroup(group)
except KeyError:
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment