Skip to content

Commit

Permalink
made a fakelib
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Sep 2, 2013
1 parent 603d542 commit 78446ea
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/fake-lib/README
@@ -0,0 +1,3 @@
This directory exists so to build documentation without having things
like gobject-introspection library installed, since they're
difficult to get working in a virtualenv.
Empty file added docs/fake-lib/gi/__init__.py
Empty file.
9 changes: 9 additions & 0 deletions docs/fake-lib/gi/repository/GLib.py
@@ -0,0 +1,9 @@
threads_init = lambda *a, **k: None

class Source(object):
pass

class IOCondition:
IN = 1
ERR = 8
HUP = 16
4 changes: 4 additions & 0 deletions docs/fake-lib/gi/repository/Gio.py
@@ -0,0 +1,4 @@
threads_init = lambda *a, **k: None

class DBusConnection(object):
pass
9 changes: 9 additions & 0 deletions docs/fake-lib/gi/repository/Gst.py
@@ -0,0 +1,9 @@
threads_init = lambda *a, **k: None

class Source(object):
pass

class IOCondition:
IN = 1
ERR = 8
HUP = 16
Empty file.

0 comments on commit 78446ea

Please sign in to comment.