Skip to content

Instantly share code, notes, and snippets.

View electroniceagle's full-sized avatar

Brian Schott electroniceagle

View GitHub Profile
@electroniceagle
electroniceagle / poc.py
Last active August 29, 2015 14:21 — forked from shaunbrady/poc.py
#!/usr/bin/python
import pprint
import inspect
from copy import deepcopy
class NimbisActionPluginMeta(type):
# we use __init__ rather than __new__ here because we want
# to modify attributes of the class *after* they have been
# created