Update tabulasi

This commit is contained in:
agusmakmun
2016-04-19 14:58:46 +07:00
parent 73262c9a09
commit 7ea1661747

View File

@@ -9,16 +9,16 @@ This method simple but important. Example in your project dir is like this:
{% highlight ruby %}
project_dir/
__init__.py
__init__.pyc
something.py
something.pyc
...
core/
/__init__.py
/__init__.pyc
/build.py
/build.pyc
__init__.py
__init__.pyc
something.py
something.pyc
...
core/
__init__.py
__init__.pyc
build.py
build.pyc
{% endhighlight %}
Deleting the `.pyc` files one by one would be spending a lot of time. and you will be bored. There is sample how to handle it.