🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:25:12 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
future
/
moves
/
tkinter
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/future/moves/tkinter
🔄 Refresh
✏️
Editing: dnd.py
Read Only
from __future__ import absolute_import from future.utils import PY3 if PY3: from tkinter.dnd import * else: try: from Tkdnd import * except ImportError: raise ImportError('The Tkdnd module is missing. Does your Py2 ' 'installation include tkinter?')
💾 Save Changes
❌ Cancel