Added two file headers

This commit is contained in:
Gina Häußge 2014-08-12 15:35:56 +02:00
parent 7903119cb4
commit 4aee779385
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# coding=utf-8
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'

View file

@ -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"