server/sources/__init__.py
changeset 5821 656c974961c4
parent 5655 ef903fff826d
child 5849 9db65b381028
equal deleted inserted replaced
5820:b176ac0e3aaa 5821:656c974961c4
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """cubicweb server sources support
    18 """cubicweb server sources support"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from os.path import join, splitext
    22 from os.path import join, splitext
    24 from datetime import datetime, timedelta
    23 from datetime import datetime, timedelta
    25 from logging import getLogger
    24 from logging import getLogger