Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / dj.choices   python

Repository URL to install this package:

/ dj.choices-0.11.0-py3.7-nspkg.pth

import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('dj',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('dj', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('dj', [os.path.dirname(p)])));m = m or sys.modules.setdefault('dj', types.ModuleType('dj'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)