--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DocumentationTools/__init__.py Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2003 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the source code documentation tools. +""" + +supportedExtensionsDictForApis = { + "Python" : [".py", ".pyw", ".ptl"], + "Python3" : [".py3", ".pyw3"], + "Ruby" : [".rb"] +}