summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend/components.py
AgeCommit message (Collapse)Author
2014-07-14Ask the backend for the country code.Ivan Alejandro
Remove global variable in favor of a helper method that returns the country code. Needed in order to split backend/frontend.
2014-07-14Lowercase signals names.Ivan Alejandro
2014-06-25Use a dict instead of an object to ease serialization.Ivan Alejandro
2014-06-18Move backend's components to its own file.Ivan Alejandro