renaming.. name "classes" makes glitch with git

This commit is contained in:
chidea 2015-03-18 03:27:20 +09:00
parent d8e4f76683
commit 6bccf85f32
9 changed files with 17 additions and 5 deletions

5
class/chat.py Normal file
View File

@ -0,0 +1,5 @@
class Chat():
def __init__(self):
pass
pass

7
class/file.py Normal file
View File

@ -0,0 +1,7 @@
import os
class File():
def __init__(self, path):
# os.open(path,
pass

5
class/user.py Normal file
View File

@ -0,0 +1,5 @@
class User():
def __init__(self, uid):
self.uid = uid

View File

@ -1 +0,0 @@
__author__ = 'Byoungwoo'

View File

@ -1 +0,0 @@
__author__ = 'Byoungwoo'

View File

@ -1,3 +0,0 @@
class File():
pass