source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/ordereddict.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 214 bytes
Line 
1# -*- coding: utf-8 -*-
2"""
3Dummy ordereddict module for backwards compatibility with applications that import OrderedDict from gluon.contrib.ordereddict
4
5TODO: Remove this.
6"""
7from collections import OrderedDict
Note: See TracBrowser for help on using the repository browser.