]> git.wh0rd.org - home.git/blobdiff - test.py
add some test files
[home.git] / test.py
diff --git a/test.py b/test.py
new file mode 100755 (executable)
index 0000000..daa1818
--- /dev/null
+++ b/test.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+"""Test module for quick hacking."""
+
+from __future__ import print_function
+
+import datetime
+import errno
+import multiprocessing
+import os
+import re
+import signal
+import sys
+import time
+