📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 04:39:27
📂
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
virtualenv
/
activation
/
bash
✏️
Editing: __init__.py
from __future__ import absolute_import, unicode_literals from virtualenv.util.path import Path from ..via_template import ViaTemplateActivator class BashActivator(ViaTemplateActivator): def templates(self): yield Path("activate.sh") def as_name(self, template): return template.stem
💾 Save Changes
❌ Cancel