<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>doc/HOWTO.txt</filename>
    </added>
    <added>
      <filename>doc/example.xml</filename>
    </added>
    <added>
      <filename>lobbyists/tests/test_doctests.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -37,3 +37,14 @@ def flatten(lst):
         else:
             result.append(x)
     return result
+
+
+def doc_file_tests():
+    &quot;&quot;&quot;Return a sequence of non-Python files containing doctests.&quot;&quot;&quot;
+    try:
+        # if packaged as a setuptools egg.
+        from pkg_resources import resource_string
+        yield resource_string(__name__, 'HOWTO.txt')
+    except:
+        yield os.path.join(os.path.dirname(__file__),
+                            '../../doc', 'HOWTO.txt')</diff>
      <filename>lobbyists/tests/util.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae604aaa9af73706fae62d0886bd55f6164b17a3</id>
    </parent>
  </parents>
  <author>
    <name>Drew Hess</name>
    <email>dhess-src@bothan.net</email>
  </author>
  <url>http://github.com/dhess/lobbyists/commit/da4ce2ec999e7afdc0ce6d3ff8d54df073d68c3f</url>
  <id>da4ce2ec999e7afdc0ce6d3ff8d54df073d68c3f</id>
  <committed-date>2008-10-21T02:08:12-07:00</committed-date>
  <authored-date>2008-10-21T02:08:12-07:00</authored-date>
  <message>Added a HOWTO.txt complete with some functional doctests.</message>
  <tree>91d326a06fd0e96d608273701d97153b8b7d1c97</tree>
  <committer>
    <name>Drew Hess</name>
    <email>dhess-src@bothan.net</email>
  </committer>
</commit>
