mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 02:52:18 +08:00
7 lines
133 B
Python
7 lines
133 B
Python
__all__ = ['reverse']
|
|
|
|
try:
|
|
from django.core.urlresolvers import reverse
|
|
except ImportError:
|
|
from django.urls import reverse
|