From 01f098296870cf56f835fa1222607d8216f52811 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 22 Jun 2015 15:12:20 +0200 Subject: prettify html docs --- libpathod/templates/examples_setup.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpathod/templates/examples_setup.html') diff --git a/libpathod/templates/examples_setup.html b/libpathod/templates/examples_setup.html index b80ad379..c2da1cd1 100644 --- a/libpathod/templates/examples_setup.html +++ b/libpathod/templates/examples_setup.html @@ -1,12 +1,15 @@
import requests
 from libpathod import test
 
+
 class Test:
+
     """
         Testing the requests module with
         a pathod instance started for
         each test.
     """
+
     def setUp(self):
         self.d = test.Daemon()
 
-- 
cgit v1.2.3