Removing old test code (#1088)

Removing old test code
This commit is contained in:
Karthik Nadig 2019-01-07 13:38:32 -08:00 committed by GitHub
parent a6ebc3e3a6
commit 9aaf937478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
246 changed files with 189 additions and 26592 deletions

View file

@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
import sys
from dbgimporter import import_and_enable_debugger
import_and_enable_debugger()
def ಏನದರ_ಮ():
print('ಏನೋ ಮಾಡಿದೆ'.encode(sys.stdout.encoding, errors='replace'))
ಏನದರ_ಮ()