make our API docstrings more epydoc friendly
[htsworkflow.git] / htsworkflow / pipelines / retrieve_config.py
index 5c6ec571fb20808a86fdb6633c9f1a2f22610849..13805c9514db7810f6c0c74671ff2c8afa424b6a 100644 (file)
@@ -8,6 +8,8 @@ import os
 import sys
 import urllib2
 
+__docformat__ = "restructredtext en"
+
 CONFIG_SYSTEM = '/etc/hts_frontend/hts_frontend.conf'
 CONFIG_USER = os.path.expanduser('~/.hts_frontend.conf')