source:
OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/ordereddict.py
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 214 bytes |
Line | |
---|---|
1 | # -*- coding: utf-8 -*- |
2 | """ |
3 | Dummy ordereddict module for backwards compatibility with applications that import OrderedDict from gluon.contrib.ordereddict |
4 | |
5 | TODO: Remove this. |
6 | """ |
7 | from collections import OrderedDict |
Note: See TracBrowser
for help on using the repository browser.