summaryrefslogtreecommitdiff
path: root/tests/test_deprecated.py
blob: 8d4fc7e393efaca9b62dd0c3e275caaa32593f62 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
# Copyright (c) 2013, 2016 Yu-Jie Lin
# Licensed under the BSD License, for detailed license information, see COPYING

import unittest


class SmartyPantsDeprecatedTestCase(unittest.TestCase):

    pass