mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 13:14:21 +01:00
Update tabulasi
This commit is contained in:
@@ -9,16 +9,16 @@ This method simple but important. Example in your project dir is like this:
|
|||||||
|
|
||||||
{% highlight ruby %}
|
{% highlight ruby %}
|
||||||
project_dir/
|
project_dir/
|
||||||
__init__.py
|
__init__.py
|
||||||
__init__.pyc
|
__init__.pyc
|
||||||
something.py
|
something.py
|
||||||
something.pyc
|
something.pyc
|
||||||
...
|
...
|
||||||
core/
|
core/
|
||||||
/__init__.py
|
__init__.py
|
||||||
/__init__.pyc
|
__init__.pyc
|
||||||
/build.py
|
build.py
|
||||||
/build.pyc
|
build.pyc
|
||||||
{% endhighlight %}
|
{% 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user