Skip to content

Commit b7b8e75

Browse files
committed
change file locate
1 parent 7f1d69f commit b7b8e75

34 files changed

+3
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

facade.py renamed to src/facade.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

observer/main.py renamed to src/observer/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from observer.shop import Product, Purchase
2-
from observer.notification import EmailNotification
1+
from src.observer.shop import Product, Purchase
32

43
if __name__ == '__main__':
54
p1 = Product()
File renamed without changes.

observer/shop.py renamed to src/observer/shop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from observer.decorator import notify_observers
2-
from observer.notification import EmailNotification, SMSNotification, \
1+
from src.observer import notify_observers
2+
from src.observer import EmailNotification, SMSNotification, \
33
PushNotification
44

55

File renamed without changes.
File renamed without changes.
File renamed without changes.

proxy.py renamed to src/proxy.py

File renamed without changes.

proxy2.py renamed to src/proxy2.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

state.py renamed to src/state.py

File renamed without changes.

state2.py renamed to src/state2.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)