File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -70,16 +70,15 @@ then import the ``initpkg`` function from that new place and
70
70
are good to go.
71
71
72
72
.. _`small pure python module` :
73
- .. _`apipkg.py`: http ://bitbucket.org/hpk42 /apipkg/src/tip/ apipkg.py
73
+ .. _`apipkg.py` : https ://github.com/pytest-dev /apipkg/blob/master/src/ apipkg/__init__ .py
74
74
75
75
Feedback?
76
76
-----------------------
77
77
78
78
If you have questions you are welcome to
79
79
80
80
* join the #pylib channel on irc.freenode.net
81
- * subscribe to the http://codespeak.net/mailman/listinfo/py-dev list.
82
- * create an issue on http://bitbucket.org/hpk42/apipkg/issues
81
+ * create an issue on https://github.com/pytest-dev/apipkg/issues
83
82
84
83
have fun,
85
84
holger krekel
Original file line number Diff line number Diff line change 3
3
4
4
5
5
def readme ():
6
- with open ('README.txt ' ) as fp :
6
+ with open ('README.rst ' ) as fp :
7
7
return fp .read ()
8
8
9
9
You can’t perform that action at this time.
0 commit comments