Added two file headers
This commit is contained in:
parent
7903119cb4
commit
4aee779385
2 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
# coding=utf-8
|
||||
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
|
||||
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
# coding=utf-8
|
||||
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
|
||||
|
||||
class FileDestinations(object):
|
||||
|
||||
SDCARD = "sdcard"
|
||||
|
|
|
|||
Loading…
Reference in a new issue