| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,4 @@ | |||
| 1 | 1 | """Initialize the index package""" | |
| 2 | 2 | # flake8: noqa | |
| 3 | - from __future__ import absolute_import | ||
| 4 | - | ||
| 5 | 3 | from .base import * | |
| 6 | 4 | from .typ import * | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,8 +2,6 @@ | |||
| 2 | 2 | Import all submodules main classes into the package space | |
| 3 | 3 | """ | |
| 4 | 4 | # flake8: noqa | |
| 5 | - from __future__ import absolute_import | ||
| 6 | - | ||
| 7 | 5 | import inspect | |
| 8 | 6 | ||
| 9 | 7 | from .base import * | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | 1 | # flake8: noqa | |
| 2 | - from __future__ import absolute_import | ||
| 3 | 2 | # import all modules in order, fix the names they require | |
| 4 | 3 | from .symbolic import * | |
| 5 | 4 | from .reference import * | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,3 @@ | |||
| 1 | 1 | """Initialize the Repo package""" | |
| 2 | 2 | # flake8: noqa | |
| 3 | - from __future__ import absolute_import | ||
| 4 | 3 | from .base import * | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,8 +3,6 @@ | |||
| 3 | 3 | # | |
| 4 | 4 | # This module is part of GitPython and is released under | |
| 5 | 5 | # the BSD License: http://www.opensource.org/licenses/bsd-license.php | |
| 6 | - from __future__ import print_function | ||
| 7 | - | ||
| 8 | 6 | import contextlib | |
| 9 | 7 | from functools import wraps | |
| 10 | 8 | import gc | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,6 @@ | |||
| 3 | 3 | # | |
| 4 | 4 | # This module is part of GitPython and is released under | |
| 5 | 5 | # the BSD License: http://www.opensource.org/licenses/bsd-license.php | |
| 6 | - from __future__ import print_function | ||
| 7 | 6 | from io import BytesIO | |
| 8 | 7 | from time import time | |
| 9 | 8 | import sys | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,4 @@ | |||
| 1 | 1 | """Performance tests for object store""" | |
| 2 | - from __future__ import print_function | ||
| 3 | - | ||
| 4 | 2 | import sys | |
| 5 | 3 | from time import time | |
| 6 | 4 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,4 @@ | |||
| 1 | 1 | """Performance data streaming performance""" | |
| 2 | - from __future__ import print_function | ||
| 3 | - | ||
| 4 | 2 | import os | |
| 5 | 3 | import subprocess | |
| 6 | 4 | import sys | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,6 @@ | |||
| 4 | 4 | # | |
| 5 | 5 | # This module is part of GitPython and is released under | |
| 6 | 6 | # the BSD License: http://www.opensource.org/licenses/bsd-license.php | |
| 7 | - from __future__ import print_function | ||
| 8 | - | ||
| 9 | 7 | from datetime import datetime | |
| 10 | 8 | from io import BytesIO | |
| 11 | 9 | import re | |
| Back | FazBrowse Home | New Git URL |
0 commit comments