summary refs log tree commit diff stats
path: root/tests/range/trange.nim
diff options
context:
space:
mode:
authorAndrii Riabushenko <cdome@bk.ru>2018-12-11 23:53:59 +0000
committerAndrii Riabushenko <cdome@bk.ru>2018-12-11 23:53:59 +0000
commit1d16676dd6a31de03bfc87a5dfdee482b27b51b5 (patch)
tree32a4e2e1514284a654cbcd415caa2a2d84323e82 /tests/range/trange.nim
parent9becb41e0408d6627dcc7acd735ec71147fc929e (diff)
downloadNim-1d16676dd6a31de03bfc87a5dfdee482b27b51b5.tar.gz
add test
Diffstat (limited to 'tests/range/trange.nim')
0 files changed, 0 insertions, 0 deletions
n' href='/akspecs/ranger/blame/ranger/fsobject/__init__.py?id=f2d8598d2b0ce36a8f275800cd2d0164ec672abb'>^
8c364ad4 ^
3de15ddd ^
c6953a55 ^
356592fa ^
fa704bab ^
c6953a55 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
                                                                 
 



                                                                      
 






                                                                       
 


                                                                
              
 
                                                       
                                      
                      
                                
# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

"""FileSystemObjects are representation of files and directories
with fast access to their properties through caching"""

BAD_INFO = '?'

# So they can be imported from other files more easily:
from .fsobject import FileSystemObject
from .file import File
from .directory import Directory