Commit 7ba42575 authored by Fred Drake's avatar Fred Drake

Add missing import.

parent 2e5f28f7
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# To run these tests, use: # To run these tests, use:
# python unittest.py DateTime.tests.suite # python unittest.py DateTime.tests.suite
import os
import unittest import unittest
from DateTime import DateTime from DateTime import DateTime
import string import string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment