Skip to content

Commit 15b1332

Browse files
committed
more python2 bits
1 parent 304edb1 commit 15b1332

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,6 @@ def test_otio():
343343

344344
install_requires=[
345345
'pyaaf2>=1.4,<1.7',
346-
'backports.tempfile; python_version<"3.0"',
347-
# Enables the builtins module in the XGES adapter
348-
'future; python_version<"3.0"',
349-
# Used in the otioz adapter to conform to unix paths
350-
'pathlib2; python_version<"3.0"'
351346
],
352347
entry_points={
353348
'console_scripts': [
@@ -378,10 +373,6 @@ def test_otio():
378373

379374
test_suite='setup.test_otio',
380375

381-
tests_require=[
382-
'mock;python_version<"3.3"',
383-
],
384-
385376
# because we need to open() the adapters manifest, we aren't zip-safe
386377
zip_safe=False,
387378

src/py-opentimelineio/opentimelineio/console/otiotool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
as concise examples of how OTIO can be used to perform common
1212
workflow tasks."""
1313

14-
from __future__ import print_function
1514
import argparse
1615
import os
1716
import re

0 commit comments

Comments
 (0)