Files
mayan-edms/mayan/apps/dependencies/exceptions.py
Roberto Rosario 4ff9794286 Update and move JavaScript install code
Update the JavaScript dependency installation code to handle scoped
packages. The code is also updated to use pathlib's Path.

Move the JavaScript dependency installation to its own app named
dependencies.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
2018-12-26 02:15:44 -04:00

8 lines
142 B
Python

from __future__ import unicode_literals
class DependenciesException(Exception):
"""
Base exception for the dependencies app
"""