~chicharreros/magicicada-protocol/trunk

« back to all changes in this revision

Viewing changes to ubuntuone/storageprotocol/tests/test_dircontent.py

  • Committer: Magicicada Bot
  • Author(s): Natalia
  • Date: 2018-04-08 19:46:34 UTC
  • mfrom: (169.1.1 update-copyright-headers)
  • Revision ID: magicicada_bot-20180408194634-ydg0ytcwmo683l2z
[r=nataliabidart] - Added proper copyright notices and coding headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ubuntuone.storageprotocol.tests.test_dircontent -
2
 
#     directory content tests
3
 
#
4
 
# Author: Tim Cole <tim.cole@canonical.com>
 
1
# -*- coding: utf-8 -*-
5
2
#
6
3
# Copyright (C) 2009-2012 Canonical Ltd.
 
4
# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
7
5
#
8
6
# This program is free software: you can redistribute it and/or modify it
9
7
# under the terms of the GNU Affero General Public License version 3,
29
27
# do not wish to do so, delete this exception statement from your
30
28
# version.  If you delete this exception statement from all source
31
29
# files in the program, then also delete it here.
 
30
 
32
31
"""Tests for directory content serialization/unserialization."""
33
32
 
34
33
from __future__ import with_statement