This commit is contained in:
Kenneth Reitz
2011-03-31 03:33:12 -04:00
parent e8c36e5c9f
commit ebc788c569
3 changed files with 0 additions and 16 deletions
-1
View File
@@ -1 +0,0 @@
# -*- coding: utf-8 -*-
-8
View File
@@ -1,8 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import doctest
import gistapi
# run doctests
doctest.testmod(gistapi.core)
-7
View File
@@ -1,7 +0,0 @@
from gistapi import *
for gist in Gists.fetch_by_user('defunkt'):
if gist.description == 'A list of Gist clients.':
print gist.id
print gist.repo
print gist.embed_url