mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
.......
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import doctest
|
||||
import gistapi
|
||||
|
||||
# run doctests
|
||||
doctest.testmod(gistapi.core)
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user