summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2018-05-16 00:39:35 +0530
committerPrabhu Ramachandran2018-05-16 00:39:35 +0530
commitf8344f67c22db46cd8bb6a9ed0a0b4c03e06a59e (patch)
tree25f628a20b940596848e5633bbb685b077c2b884 /advanced_python/Makefile
parent67a937d9e41983c4cc39eddf4e2183125a8554c9 (diff)
downloadpython-workshops-f8344f67c22db46cd8bb6a9ed0a0b4c03e06a59e.tar.gz
python-workshops-f8344f67c22db46cd8bb6a9ed0a0b4c03e06a59e.tar.bz2
python-workshops-f8344f67c22db46cd8bb6a9ed0a0b4c03e06a59e.zip
Adding slides for simple multiple inheritance.
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r--advanced_python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile
index b16d42b..8e7ccd5 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -16,7 +16,8 @@ SLIDES= 01_intro.pdf \
10_oop_classattr.pdf \
11_oop_misc.pdf \
12_oop_simple_special_methods.pdf \
- 13_oop_special_methods.pdf
+ 13_oop_special_methods.pdf \
+ 14_oop_multiple_inheritance.pdf
all: $(SLIDES)