mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-29 16:42:28 +00:00
backing up sublime settings
This commit is contained in:
7
Packages/SublimeREPL/repls/__init__.py
Normal file
7
Packages/SublimeREPL/repls/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .repl import *
|
||||
from .subprocess_repl import *
|
||||
from .sublimehaskell_repl import *
|
||||
from .telnet_repl import *
|
||||
from .sublimepython_repl import *
|
||||
from .powershell_repl import *
|
||||
# from .execnet_repl import * # disabled for now
|
||||
Reference in New Issue
Block a user