This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Original Perl module: Regexp::Trie | |
| # Original Copyright (C) 2006 by Dan Kogai | |
| # | |
| # This Python translation is a derivative work based on Regexp::Trie | |
| # Copyright (c) 2010 by rex | |
| # Copyright (c) 2017 by fcicq, atiking and EricDuminil |