Skip to content

Instantly share code, notes, and snippets.

View blair's full-sized avatar

Blair Zajac blair

View GitHub Profile
from PyQt4 import QtCore
class Parent(QtCore.QObject):
class InnerClassParent(QtCore.QObject):
def parent_do(self):
self.emit(QtCore.SIGNAL('FOO'))
class Child(Parent):
class InnerClassChild(Parent.InnerClassParent):
def child_do(self):
@blair
blair / gist:5989662
Created July 13, 2013 06:32
Portfile for serf1
# $Id: Portfile 106686 2013-06-05 02:44:36Z blair@macports.org $
PortSystem 1.0
name serf1
version 1.2.1
revision 1
categories www
maintainers blair
license Apache-2