1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2024-11-14 23:39:02 +01:00
password-manager-mirror/scripts/builder/backends/pythonBuilder.py
2013-07-17 14:51:06 +02:00

14 lines
239 B
Python
Executable File

#!/usr/bin/env python
# -*- coding: UTF-8 -*-
from scriptLanguageBuilder import ScriptLanguageBuilder
class PythonBuilder(ScriptLanguageBuilder):
def name(self):
return "Python builder"
def relativePath(self):
return 'python'