1
0
forked from VimPlug/jedi

cleaning / pep8

This commit is contained in:
David Halter
2012-08-23 14:45:29 +02:00
parent 793797ca5c
commit e28d7f0cdf
7 changed files with 14 additions and 13 deletions

View File

@@ -160,9 +160,9 @@ class frozenset():
#--------------------------------------------------------
class int():
def __init__(self, x, base=None):
self.__x = x
pass
class str():
def __init__(self, obj):
self.__obj = obj
pass