shadowbrokers-exploits/windows/Resources/Tasking/PyScripts/Lib/tasking/locale.py

14 lines
265 B
Python
Raw Normal View History

import dsz
import os
import re
from task import *
class Locale(Task, ):
def __init__(self, file):
Task.__init__(self, file, 'Locale')
def CreateCommandLine(self):
return ['language']
TaskingOptions['_localeTasking'] = Locale