Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion FileManager.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-
import os
import sys

import sublime
Expand Down
1 change: 0 additions & 1 deletion commands/create.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-
import os.path
from ..libs.input_for_path import InputForPath
from ..libs.sublimefunctions import *
from .appcommand import AppCommand
Expand Down
1 change: 0 additions & 1 deletion commands/editto.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

from ..libs.sublimefunctions import *
from .appcommand import AppCommand

Expand Down
1 change: 0 additions & 1 deletion commands/find_in_files.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

from ..libs.sublimefunctions import *
from .appcommand import AppCommand

Expand Down
1 change: 0 additions & 1 deletion commands/move.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

from ..libs.input_for_path import InputForPath
from ..libs.sublimefunctions import *
from .appcommand import AppCommand
Expand Down
1 change: 0 additions & 1 deletion commands/open_all.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

from ..libs.sublimefunctions import *
from .appcommand import AppCommand

Expand Down
1 change: 0 additions & 1 deletion commands/open_in_browser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

from ..libs.sublimefunctions import *
from .appcommand import AppCommand

Expand Down
1 change: 0 additions & 1 deletion commands/open_in_explorer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

from ..libs.sublimefunctions import *
from .appcommand import AppCommand

Expand Down
1 change: 0 additions & 1 deletion commands/open_terminal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-

import subprocess
from ..libs.sublimefunctions import *
from .appcommand import AppCommand
Expand Down
1 change: 0 additions & 1 deletion libs/sublimefunctions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys

import sublime

Expand Down