summaryrefslogtreecommitdiff
path: root/tests/test_deprecated.py
blob: 0f554e9038e1733d4383ea9490372c89f5ba7e86 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
# Copyright (c) 2017 Leo Hemsted
# Licensed under the BSD License, for detailed license information, see COPYING

import unittest


class SmartyPantsDeprecatedTestCase(unittest.TestCase):

    pass