Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nkuttler/python-piwikapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Kuttler committed Feb 13, 2013
2 parents 8183fba + e9a0674 commit fcea832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ README

This is a Python implementation of the Piwik tracking and analytics APIs.

Full Documentation at http://piwikapi.readthedocs.org/en/latest/index.html.

Supported
=========

Expand All @@ -19,5 +21,3 @@ Not supported yet
- Custom variables through cookies
- Attribution info through cookies
- probably more

Full Documentation: http://piwikapi.readthedocs.org/en/latest/index.html
3 changes: 2 additions & 1 deletion piwikapi/tests/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ class FakeRequest:
"""
A replacement for Django's Request object. This is only used for unit
tests at the moment. If you're not using Django and need to create such
a class have a look at the source for the unit tests in tests.py.
a class have a look at the source for the tests fake request class in
in tests/request.py
"""
#: Boolean, if the connection is secured or not
secure = False
Expand Down

0 comments on commit fcea832

Please sign in to comment.