mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +07:00
Test fix (bad fix, need to get rid of hardcoded skeleton version)
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
# encoding: utf-8
|
||||
# module com.just.like.java calls itself java
|
||||
# from PythonLibs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
# by generator 1.135
|
||||
# by generator 1.136
|
||||
# no doc
|
||||
# no imports
|
||||
|
||||
# no functions
|
||||
# classes
|
||||
|
||||
from object import object
|
||||
|
||||
class LikeJavaClass(object):
|
||||
""" LikeJavaClass() """
|
||||
def likeJavaInstanceMethod(self, i):
|
||||
|
||||
Reference in New Issue
Block a user