8000 Python 3 compatibility for cli-program · python-gitlab/python-gitlab@d714c4d · GitHub
[go: up one dir, main page]

Skip to content

Commit d714c4d

Browse files
committed
Python 3 compatibility for cli-program
1 parent 15c0da5 commit d714c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab

Lines changed: 2 additions & 0 deletions
< 3734 td data-grid-cell-id="diff-9d96d9d5b1addd7e7e6119a23b1e5b5f68545312bfecb21d1cdc6af22b8628b8-empty-empty-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-accent-muted, var(--color-accent-subtle));flex-grow:1" tabindex="-1" valign="top" class="focusable-grid-cell diff-hunk-cell left-side" colSpan="4">
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19+
from __future__ import print_function, division, absolute_import
20+
1921
import os
2022
import sys
2123
import re

0 commit comments

Comments
 (0)
0