cms.publisher: 4 total statements, 0.0% covered

Generated: Wed 2013-03-13 10:33 CET

Source file: /media/Envs/Envs/filer-gallery/lib/python2.7/site-packages/cms/publisher/__init__.py

Stats: 0 executed, 2 missed, 2 excluded, 3 ignored

  1. # -*- coding: utf-8 -*-
  2. from django.conf import settings
  3. from manager import PublisherManager
  4. __all__ = ('PublisherManager', 'VERSION')
  5. VERSION = (0, 4, 'sintab')