From fcea6ba524aa46fb2296e4b8be3125bb4e6e8fd0 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 26 Jul 2011 11:46:32 +0100 Subject: [PATCH] moved djfuse into its own subdir --- client/djrandom_client/fuse/__init__.py | 0 client/djrandom_client/{ => fuse}/djfuse.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 client/djrandom_client/fuse/__init__.py rename client/djrandom_client/{ => fuse}/djfuse.py (100%) diff --git a/client/djrandom_client/fuse/__init__.py b/client/djrandom_client/fuse/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/client/djrandom_client/djfuse.py b/client/djrandom_client/fuse/djfuse.py similarity index 100% rename from client/djrandom_client/djfuse.py rename to client/djrandom_client/fuse/djfuse.py -- GitLab