|
|
@ -4,6 +4,13 @@ |
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this |
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
|
|
|
|
|
|
import sys |
|
|
|
import os |
|
|
|
try: |
|
|
|
sys.path.append(os.path.dirname(os.path.realpath(__file__))) |
|
|
|
except: |
|
|
|
pass |
|
|
|
|
|
|
|
import tempfile |
|
|
|
import i18n |
|
|
|
import validators |
|
|
|