5514d9f Move subcommand modules into their own package

Authored and Committed by nphilipp 2 years ago
    Move subcommand modules into their own package
    
    This is needed so that exposing process_distgit() (the function) doesn't
    make process_distgit (the module) inaccessible (and is better
    namespacing anyway).
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>
    
        
file modified
+1 -1
empty file added
rpmautospec/subcommands/changelog.py rpmautospec/changelog.py
file renamed
+1 -1
rpmautospec/subcommands/process_distgit.py rpmautospec/process_distgit.py
file renamed
+2 -2
rpmautospec/subcommands/release.py rpmautospec/release.py
file renamed
+1 -1
empty file added
tests/rpmautospec/subcommands/test_process_distgit.py tests/rpmautospec/test_process_distgit.py
file renamed
+4 -2
tests/rpmautospec/subcommands/test_release.py tests/rpmautospec/test_release.py
file renamed
+3 -2