Files
deb-python-croniter/src/croniter/tests/globals.py
Mathieu Le Marec - Pasquet f984a87b93 proper packaging
2012-09-29 18:20:53 +02:00

10 lines
176 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
__docformat__ = 'restructuredtext en'
from pprint import pprint
from copy import deepcopy as dc
# vim:set et sts=4 ts=4 tw=80: