Skip to content

Instantly share code, notes, and snippets.

@ovnicraft
Created October 28, 2011 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovnicraft/1322568 to your computer and use it in GitHub Desktop.
Save ovnicraft/1322568 to your computer and use it in GitHub Desktop.
class selection(_column):
_type = 'selection'
def __init__(self, selection, string='unknown', **args):
_column.__init__(self, string=string, **args)
self.selection = selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment