summaryrefslogtreecommitdiff
path: root/tests/test_object_marshaling.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-04-15 09:51:45 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-04-15 09:51:45 +0200
commita6799b242c0abd6a9dfbf1e98742b2b922205ebf (patch)
tree89d3c5330ec4cae28f39c64c6a343caa5b6a868b /tests/test_object_marshaling.py
parent9cdbc56fbac4db2de78dc080934b8f0a7efc892a (diff)
downloadpygobject-a6799b242c0abd6a9dfbf1e98742b2b922205ebf.tar.gz
Remove all Python 2 Python code
Diffstat (limited to 'tests/test_object_marshaling.py')
-rw-r--r--tests/test_object_marshaling.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_object_marshaling.py b/tests/test_object_marshaling.py
index 3d8ebb84..d52ff54f 100644
--- a/tests/test_object_marshaling.py
+++ b/tests/test_object_marshaling.py
@@ -1,8 +1,6 @@
# -*- Mode: Python; py-indent-offset: 4 -*-
# vim: tabstop=4 shiftwidth=4 expandtab
-from __future__ import absolute_import
-
import unittest
import weakref
import gc