cheat/cheat
Brutus c212b12f4b refactored the default_path function in sheets.
And added two functions to `utils`:

* `get_userdata_dir`

  returns the default user data directory

* `get_default_data_dir`

  returns the default directory used for user data

Now which directory is used to store the user sheets,
is determined the following way:

1. If the `DEFAULT_CHEAT_DIR` environment variable is set, use it.

2. If a `.cheat` directory exists in the home directory, use it.

3. Use a `cheat` directory in the systems default directory for user data.
2014-08-19 14:54:53 +02:00
..
autocompletion Resolves #160 2014-05-28 20:49:56 -04:00
cheatsheets Performed a large refactoring 2014-04-26 23:39:19 -04:00
test Performed a large refactoring 2014-04-26 23:39:19 -04:00
__init__.py simple py3 import change 2014-05-29 09:56:54 +10:00
sheet.py Performed a large refactoring 2014-04-26 23:39:19 -04:00
sheets.py refactored the default_path function in sheets. 2014-08-19 14:54:53 +02:00
utils.py refactored the default_path function in sheets. 2014-08-19 14:54:53 +02:00