Dashboard
PHP:
8.2.33
OS:
Linux
User:
lmarccom
/
/
usr
/
lib
/
python3.9
/
site-packages
/
virtualenv
/
activation
/
cshell
📤 Upload
📝 New File
📁 New Folder
Close
Editing: __init__.py
from ..via_template import ViaTemplateActivator class CShellActivator(ViaTemplateActivator): @classmethod def supports(cls, interpreter): return interpreter.os != "nt" def templates(self): yield "activate.csh" __all__ = [ "CShellActivator", ]
Save
Cancel