Changed copyright for 2010.
# -*- coding: utf-8 -*-
# Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the source code documentation tools.
"""
supportedExtensionsDictForApis = {
"Python" : [".py", ".pyw", ".ptl"],
"Python3" : [".py3", ".pyw3"],
"Ruby" : [".rb"]
}