rename modules for data types into Types/ directory
This commit is contained in:
parent
971ab27e78
commit
703c437bd9
32 changed files with 61 additions and 59 deletions
4
Types.hs
4
Types.hs
|
@ -11,6 +11,6 @@ module Types (
|
|||
Key
|
||||
) where
|
||||
|
||||
import BackendClass
|
||||
import Annex
|
||||
import Key
|
||||
import Types.Backend
|
||||
import Types.Key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue