1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
Jordan Gwyn 2018-09-19 09:28:33 +00:00 committed by GitHub
commit b633317e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
"""
Copyright © 2008-2012 Joel Schaerer

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
from __future__ import print_function

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
import os
import re

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
from __future__ import print_function

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
from __future__ import print_function

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
import os
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
import os
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!env python
# -*- coding: utf-8 -*-
from __future__ import print_function