cms.toolbar.constants: 3 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/toolbar/constants.py

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

  1. # -*- coding: utf-8 -*-
  2. LEFT = 'left'
  3. RIGHT = 'right'
  4. ALIGNMENTS = (LEFT, RIGHT)