I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9eef7b95 authored by kytv's avatar kytv
Browse files

droping unnecessary (and outdated) pybabel

extract-messages.sh was 'fixed' in ff0e551bd7eaa9cb26d14a6606d66eb4ae9de7e0
parent ef592ad9
No related branches found
No related tags found
No related merge requests found
#!env/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'Babel==0.9.6','console_scripts','pybabel'
__requires__ = 'Babel==0.9.6'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('Babel==0.9.6', 'console_scripts', 'pybabel')()
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment